The body of every response will include the following fields.
Field | Description |
---|---|
code | Response code |
data | Data |
success | False for request error, true for request success |
Errors
code | Description |
---|---|
0 | Success |
30001 | API key missing |
50001 | Rate limit exceeded |
40001 | Check the returned 'msg' message |
Success
A successful response will be indicated by a code of 0 and the data
will include the desired data.