v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Blocks

Get the Current Block Number

Returns the current block number/height of the protocol.

get/{protocol}/{network}/sync/block_number

Path parameters

protocolstring required

Protocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, near, optimism, polkadot, polygon, solana, stellar, tezos, xrp.

networkstring required

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

Response

Current block number

integer required

The current block number.