/ DEVELOPERS / API / QW_BLOCKNUMBER
qw_blockNumber
Returns the height of the most recently sealed block as a hex-encoded uint.
qw_blockNumber
Returns the height of the most recently sealed block as a hex-encoded uint.
qw_*category: blockreturns: hex uint
Parameters
Response
Press Send Request to see a response.
Copy as
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"qw_blockNumber","params":[],"id":1}'