Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
HTTP status codes and error response format for the EntityML Market Data API.
detail
{ "detail": "Human-readable description of what went wrong" }
{ "detail": [ { "type": "missing", "loc": ["query", "date"], "msg": "Field required", "input": null } ] }
{ "detail": "API usage limit reached. You've used 50/50 calls this month.", "error_code": "USAGE_LIMIT_EXCEEDED", "current_usage": 50, "limit": 50, "tier": "free", "upgrade_url": "/pricing" }
200
400
401
404
422
429
500
{ "detail": "Invalid API key" }
{ "detail": "start_timestamp must be less than or equal to end_timestamp" }
{ "detail": [ { "type": "missing", "loc": ["query", "condition_id"], "msg": "Field required", "input": null } ] }
{ "detail": "Internal server error: <message>" }