日本語
cURL
curl --request POST \ --url https://rpc.quai.network/cyprus1/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "method": "quai_blockNumber", "params": [], "id": 1 } '
{ "jsonrpc": "2.0", "result": "0x10d4f", "id": 1 }
Returns the current block number.
2.0
"2.0"
The name of the method to be invoked.
quai_blockNumber
"quai_blockNumber"
quai_blockNumber does not require any params.
[]
A unique identifier for the request.
1
Successful response
The current block number as a hexadecimal string.
"0x10d4f"
このページは役に立ちましたか?