HTTPS Status Code
| Status Code | Description | 
|---|---|
| 200 | Completed | 
| 201 | Creation complete | 
| 202 | Accepted, not done | 
| 400 | Invalid request | 
| 401 | Not logged in | 
| 403 | Authorisation issue | 
| 404 | Resource not found | 
| 405 | Method not allowed | 
| 429 | Rate Limit Exceeded | 
| 500 | Our server-side problem(Please report an issue) | 
Standard Output
Success
{
	"code": 0x00,
  "error_code": "SUCCESS",
  "message": "",
  "result": [
    {
      "data1": "...",
      "data2": "...",
      "data3": "...",
      "data4": "..."
    },
    {
      "data1": "...",
      "data2": "...",
      "data3": "...",
      "data4": "..."
    }
  ],
  "count": 2
}Error
{
  "code": "0x1",
  "error_code": "NOT_FOUND",
  "message": "Check request.",
  "result": "error"
}