API schema
Schema

err

error responses. see full list of error codes here

Type: object

Properties

NameTypeDescription
codestringnumeric code of error. see full list of error codes here
messagestringtext based error message
linkstringlink describing error

Example shape

{
  "code": "-5000000",
  "message": "invalid ticker",
  "link": "string"
}