Responses - Error Codes

The body of every response will include the following fields.

FieldDescription
codeResponse code
dataData
successFalse for request error, true for request success

Errors

codeDescription
0Success
30001API key missing
50001Rate limit exceeded
40001Check the returned 'msg' message

Success

A successful response will be indicated by a code of 0 and the data will include the desired data.