Skip to main content
GET
/
api
/
v1
/
status
API Status
curl --request GET \
  --url https://app.eventgraph.ai/api/v1/status \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "status": "operational",
    "version": "<string>",
    "events": 123,
    "markets": 123,
    "platforms": {},
    "supported_platforms": [
      "<string>"
    ]
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Your EventGraph API key (eg_live_...)

Response

200 - application/json

API status

data
object
timestamp
string<date-time>