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

Endpoint Status

Endpoint status API shows the liveness of all EigenAPI endpoints.

You can always use this API to help you investigate the issues about connectivity and availability with EigenAPI.

API endpoint

https://api.eigenapi.io/status

Quota

10 calls per 1 second for each client IP

Request

Query Parameters:

None

Response

0 means everything is fine

{
    "data": {
        "/pool/sandwiched": 0,
        "/transactions": 0,
        "livestream": 0,
        "livestream-sub": 0
    }
}

There is a Map result in response data field. Each key stands for an API endpoint. A value 0 indicate the endpoint is UP, and 1 indicate that the endpoint is DOWN .

PreviousEigenAPI StatusNextLatest Block

Last updated 2 years ago

🆓
🟢