Skip to main content
Innostocks’s API is currently in alpha.
For questions or feedback, reach out to us at hi@innostocks.com.
The Innostocks API returns machine readable error codes to quickly identify the type of error as well as link to the docs and a requestId. Please always include the requestId in your error report.
JSON response
{
  "error": {
    "code": "NOT_FOUND",
    "docs": "https://innostocks.com/docs/api-reference/errors/code/NOT_FOUND",
    "message": "unable to find the requested resource",
    "requestId": "fra1::iad1::bz72f-1701668892819"
  }
}
If you can’t debug something on your own or think there is a bug, please get in touch with us on Discord or Email and provide the full error response.

Error Codes

Bad Request

The reququest is malformed, either missing requried fields, using wrong datatypes or being syntactically incorrect.

Forbidden

We were able to authenticate you but you do not have access to the requested resources.

Internal Server Error

Something unexpected happened and we did not handle the error well.

Invalid Key Type

The token has been used too many times and is no longer valid.

Key Usage Exceeded

This should not happen yet and is just a precaution.

Not Found

The requested resource could not be found. It may have been deleted or does not exist.

Not Unique

Another resource already uses this identifier. For example some values must be unique globally.

Ratelimited

The request has been ratelimited.

Unauthorized

We were unable to authorize your request. Either your token was missing, malformed or does not have the required permissions.