Documentation
Search...
Ctrl
K
METIS (Metis)
API reference
Eth syncing
Previous
Eth sign
Next
Eth uninstallFilter
The sync status object may need to be different depending on the details of Tendermint's sync protocol. However, the 'synced' result is simply a boolean, and can easily be derived from Tendermint's internal sync state.
post
eth_syncing
Responses
200
OK
application/json
object
Optional
Show child attributes
post
eth_syncing
HTTP
HTTP
cURL
JavaScript
Python
Copy
POST / HTTP/1.1
Host: eth_syncing
Accept: */*
200
OK
Copy
{
"id": 1,
"jsonrpc": "text",
"result": "text"
}