Get a Block by Number or Hash

Get a block and all its transactions by a user-defined block number or block hash.

Use -1 or current parameter to return the current block.

💡

Compute Unit Value: determined by block size (bytes)


🚧

Truncation Info

For responses that have big numbers (such as in transfer amounts from blockchain transactions), truncation might be applied from Javascript’s native JSON parser.

To avoid this behavior, we recommend using a library such as json-bigint or lossless-json


Supported Protocols & Networks

Protocol Network Path Parameter Get Block By
Algorand Mainnet algorand/mainnet block number
Avalanche Mainnet-c avalanche/mainnet-c block number or hash
Testnet-c avalanche/testnet-c
Bitcoin Mainnet bitcoin/mainnet block number or hash
Testnet bitcoin/testnet
Testnet4 bitcoin/testnet4
Bitcoincash Mainnet bitcoincash/mainnet block number or hash
Testnet bitcoincash/testnet
Dogecoin Mainnet dogecoin/mainnet block number or hash
Testnet dogecoin/testnet
Ethereum Mainnet ethereum/mainnet block number or hash
Holesky ethereum/holesky
Sepolia ethereum/sepolia
Hoodi ethereum/hoodi
Litecoin Mainnet litecoin/mainnet block number or hash
Testnet litecoin/testnet
Near Mainnet near/mainnet block number or hash
Optimism Mainnet optimism/mainnet block number or hash
Polkadot Mainnet polkadot/mainnet block number or hash
Westend polkadot/westend
Polygon Mainnet polygon/mainnet block number or hash
Amoy polygon/amoy
Solana Mainnet solana/mainnet block number
Testnet solana/testnet
Stellar Mainnet stellar/mainnet block number
Testnet stellar/testnet
Tezos Mainnet tezos/mainnet block number or hash
Tron Mainnet tron/mainnet block number or hash
Nile tron/nile
XRP Mainnet xrp/mainnet block number or hash
Language
Credentials
URL
Click Try It! to start a request and see the response here!