Skip to main content

Eclipse Testnet Data Schema

Eclipse Testnet datasets provide comprehensive on-chain data indexed and queryable through the Subsquid Network.

Available Data Types

Block data contains metadata about each block in the chain.
Field NameData TypeDescription
slotintegerBlock slot number
heightintegerBlock height
hashstringBlock hash
parent_hashstringParent block hash
parent_slotintegerParent block slot
timestampintegerBlock timestamp
rewardsarrayBlock rewards
Transaction data includes all executed transactions with their details.
Field NameData TypeDescription
indexintegerTransaction index in block
signaturestringTransaction signature
account_keysarrayAccount keys involved
recent_blockhashstringRecent blockhash used
feeintegerTransaction fee
successbooleanWhether transaction succeeded
errorobjectError information if failed
Instructions executed within transactions.
Field NameData TypeDescription
indexintegerInstruction index
transaction_indexintegerParent transaction index
program_idstringProgram ID
accountsarrayAccounts involved
datastringInstruction data
inner_instructionsarrayInner instructions
Changes to account states.
Field NameData TypeDescription
accountstringAccount address
lamportsintegerAccount balance in lamports
ownerstringAccount owner program
executablebooleanWhether account is executable
rent_epochintegerRent epoch
datastringAccount data

Query Examples

For detailed examples of querying this data, see the Solana indexing documentation.