curl 'https://rpc1.aries.axiomesh.io' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "eth_syncing", "params": [], "id": 1 }'
{ "jsonrpc": "2.0", "id": 1, "result": { "currentBlock": "3", "highestBlock": "3", "startingBlock": "1" } }
Show sync result
Show syncBlocks