API Error Messages
API Error Messages are returned in a response format to indicate that a requested API operation was not successful. The response includes a "result" field with the value "error"
{
"result": "error",
"message": "Symbol Required -- Symbol is required for this request",
"data": "",
"params": {}
}Symbol Required -- Symbol is required for this request
<Error Header> -- <Error Message>Last updated
Was this helpful?
