hmy_syncing
Syncing
Last updated
Was this helpful?
Syncing
Tests whether or not the node is syncing.
Object - Whether or not the node is syncing. false when it isn't.
Sample Curl Request
curl -d '{
"jsonrpc":"2.0",
"method":"hmy_syncing",
"params":[],
"id":1
}' -H 'Content-Type:application/json' -X POST 'https://api.s0.b.hmny.io'Sample Curl Response
{
"jsonrpc": "2.0",
"id": 1,
"result": false
}Last updated
Was this helpful?
Was this helpful?