Skip to main content

svmBNB Testnet Data Schema

svmBNB Testnet datasets provide comprehensive on-chain data including blocks, transactions, and instructions. All data is indexed and queryable through Portal or v2 archives.

Available Data Types

Block headers contain metadata about each block in the chain.
Field NameData TypeDescription
numberintegerBlock number
hashstringBlock hash
timestampintegerBlock timestamp
parentHashstringParent block hash
slotintegerSlot number
Transaction data includes all executed transactions with their execution details.
Field NameData TypeDescription
signaturestringTransaction signature
slotintegerSlot in which transaction was included
blockTimeintegerBlock timestamp
feebigintTransaction fee
successbooleanTransaction success status
Instructions executed within transactions.
Field NameData TypeDescription
programIdaddressProgram ID that executed the instruction
databytesInstruction data
accountsarrayAccount keys involved

Usage Examples

For code examples showing how to query this data, see: