API Reference

8min


Node RPC API

Account

Title

Endpoint

Description

rpc/account/address

Account address by pubkey

rpc/account/info

POST Account info by pubkey

rpc/account/info/{address}

Account info by pubkey



Block

Title

Endpoint

Description

rpc/block/count

Block count

rpc/block/latest

Latest block info

rpc/block/latest/hash

Latest block hash

rpc/block/range/{start_height}/{end_height}

Block range info by start and end height

rpc/block/recent/{count}

Recent block info by count

rpc/block/{height_or_hash}

Block info by height or hash



Program

Title

Endpoint

Description

rpc/program/accounts

Program accounts



Transaction

Title

Endpoint

Description

rpc/transaction/send

Send transaction to the network

rpc/transaction/send/batch

Send multiple transactions to the network

rpc/transaction/{tx_hash}

Processed transaction info by hash

rpc/transaction/{tx_hash}/hex

Processed transaction info by hash

rpc/transaction/recent/{count}

List of recent transactions

rpc/transaction/recent/{count}/hex

List of recent transactions in HEX format