🟢Latest Block

Get the latest blocks processed by EigenPhi

This is EigenPhi Pro Plan Service

API endpoint

https://api.eigenapi.io/block/latest
?chain=<chain>
&apikey=<apikey>

Quota

10 calls per 1 second for each client IP

Request

Query Parameters

Parameter
Description

chain

required

values supported:

ethereum or bsc

apikey

required

Response

You can get the latest blocks processed by EigenPhi through this API.

{
    "data": {
        "blockNumber": 16688176,
        "blockTimestamp": 1677119879
    }
}

Last updated