Get the latest block height of blockchain network.
curl --request GET \ --url https://api.chainbase.online/v1/block/number/latest \ --header 'x-api-key: <x-api-key>'
{ "code": 0, "message": "ok", "data": { "number": 123, "hash": "<string>" } }
chain network id, see list of details
Show child attributes