Skip to main content

SOON Mainnet

Network ID: soon-mainnet

Available Data

This network provides the following data types and fields:

Blocks

Field NameData TypeDescription
slotintegerBlock slot number
heightintegerBlock height
hashstringBlock hash
parent_hashstringParent block hash
parent_slotintegerParent block slot
timestampintegerBlock timestamp
rewardsarrayBlock rewards

Transactions

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

Field NameData TypeDescription
indexintegerInstruction index
transaction_indexintegerParent transaction index
program_idstringProgram ID
accountsarrayAccounts involved
datastringInstruction data
inner_instructionsarrayInner instructions

Account Updates

Field NameData TypeDescription
accountstringAccount address
lamportsintegerAccount balance in lamports
ownerstringAccount owner program
executablebooleanWhether account is executable
rent_epochintegerRent epoch
datastringAccount data