Geth/Parity Proxy
For the full documentation of available parameters and descriptions, please visit the official BDLTSJSON-RPC docs.
For compatibility with Parity, please prefix all hex strings with " 0x ".
eth_blockNumber
Returns the number of most recent block
Try this endpoint in your browser 🔗
No parameters required.
Sample Response
eth_getBlockByNumber
Returns information about a block by block number.
Try this endpoint in your browser 🔗
No parameters required.
Parameter | Description |
---|---|
tag | the block number, in hex eg. 0xC36B3C |
boolean | the boolean value to show full transaction objects. when true, returns full transaction objects and their information, when false only returns a list of transactions. |