Node RPC API


Node RPC API

Account

TitleEndpointDescription
Account addressrpc/account/addressAccount address by pubkey
Account inforpc/account/infoPOST Account info by pubkey
Account inforpc/account/info/{address}Account info by pubkey

Block

TitleEndpointDescription
Block countrpc/block/countBlock count
Latest block inforpc/block/latestLatest block info
Latest block hashrpc/block/latest/hashLatest block hash
Block range inforpc/block/range/{start_height}/{end_height}Block range info by start and end height
Recent block inforpc/block/recent/{count}Recent block info by count
Block inforpc/block/{height_or_hash}Block info by height or hash

Program

TitleEndpointDescription
Program accountsrpc/program/accountsProgram accounts

Transaction

TitleEndpointDescription
Send Transactionrpc/transaction/sendSend transaction to the network
Send multiple transactionsrpc/transaction/send/batchSend multiple transactions to the network
Processed transaction inforpc/transaction/{tx_hash}Processed transaction info by hash
Processed transaction info hexrpc/transaction/{tx_hash}/hexProcessed transaction info by hash
Recent transactionsrpc/transaction/recent/{count}List of recent transactions
Recent transactions hexrpc/transaction/recent/{count}/hexList of recent transactions in HEX format