⚡ Private API access, no rate limits, unlimited number of requests & more just for $50!
Monero (XMR)
Method: POST on_get_block_hash
通过高度查找块的哈希值。
block height
- 长度为 1 的 int 数组
块高度
curl --location --request POST 'https://xmr.getblock.io/mainnet/json_rpc' --header 'x-api-key: YOUR-API-KEY' --header 'Content-Type: application/json' --data-raw '{"jsonrpc": "2.0", "method": "on_get_block_hash", "params": {"block height": 912345}, "id": "getblock.io"}'
{ "id": "getblock.io", "jsonrpc": "2.0", "result": "e22cf75f39ae720e8b71b3d120a5ac03f0db50bba6379e2850975b4859190bc6" }