⚡ Dedicated Nodes for ETH, BSC, MATIC & other Blockchains at a Reduced Price!
Monero (XMR)
Method: POST get_fee_estimate
估算每字节费用。
grace_blocks
- 无符号整数
可选的
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": "get_fee_estimate", "params": {}, "id": "getblock.io"}'
{ "id": "getblock.io", "jsonrpc": "2.0", "result": { "credits": 0, "fee": 6407, "quantization_mask": 10000, "status": "OK", "top_hash": "", "untrusted": false } }