# eth\_syncing

1. #### Parameters-This method does not accept any parameters

```bash
curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":67}'

```

2. #### Returns

* result- The result is false if JSON Object is not syncing otherwise it's true:
  * <mark style="color:blue;">startingBlock</mark> The block at which the import started encoded as hexadecimal&#x20;
  * <mark style="color:blue;">currentBlock</mark> The current block, same as eth\_blockNumber encoded as hexadecimal&#x20;
  * <mark style="color:blue;">highestBlock</mark> The estimated highest block encoded as hexadecimal
