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