The Market Data API uses conventional HTTP response codes to indicate the success or failure of API requests. All error responses follow a consistent JSON structure to help you identify and resolve issues quickly.
All error responses follow this standardized structure:
{
"errors": [
{
"status": "string", // HTTP status code (as string)
"title": "string", // Short error title
"detail": "string" // Human-readable explanation
}
]
}
Key Points:
errors array may contain multiple error objectsRequest succeeded. For POST requests, this indicates successful data retrieval.
The request was invalid. This typically indicates: