LogoLogo
  • Introduction
    • Introduction
  • Membership
    • Sign in to EigenAPI
    • API Key Management
  • API Document
    • 🆓EigenAPI Status
      • 🟢Endpoint Status
      • 🟢Latest Block
    • ⭐Transaction Data
      • 🟢Query Transaction Data
      • 🟢Subscribe to Livestream
    • ⭐Statistics Data
      • 🟢Pools and Tokens
      • 🔴Market Data
      • 🔴MEV Bots
    • 🆓Alert Events
    • 🆓EigenTx API
    • 🔨EigenPhi Builder API
    • 📝About Demo
  • Contact
    • EigenPhi Twitter
    • EigenPhi.io
Powered by GitBook
On this page
  • API endpoint
  • Quota
  • Request
  • Response
  1. API Document
  2. EigenAPI Status

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
    }
}

PreviousEndpoint StatusNextTransaction Data

Last updated 2 years ago

🆓
🟢