Skip to main content

STATUS CODES

tokenviewLess than 1 minute

STATUS CODES

HTTP status code and JSON response code are explained as follows

  • HTTP Response Header Contain Six Fields:

    Key: ValueMeaning
    X-RateLimit-Remaining: 0The remaining requests in the next 1 second
    X-RateLimit-Burst-Capacity: 1800The maximum requests within 1 second
    X-RateLimit-Replenish-Rate: 6New requests can be added in the next 1 second
    X-RateLimit-DayLimit-Remaining: 4993The remaining requests This Day
    X-RateLimit-MonthLimit-Remaining: 25920000The remaining requests This Month
    X-RateLimit-DataPackage-Remaining: 1000000The Reamining requests of Additional Package
  • HTTP Response code

    status codemeaning
    200ok
    401No access: Apikey is invalid or Restricted by IP whitelist
    429Too many requests: API calls too frequently
  • JSON response code

    JSON response codemeaning
    1success
    404no data
    10001invalid parameter
    10002address load error
    10003only usdt currency support
    10004service load error
    10005currency not support
    10006count of addresses monitored is limited
    20004user doesn't exist
    20005user has already been registered
    20006user has already been registered
    40001server is busy
    40002update data error
    40003access data error
    40004create data error
    40005delete data error
    40006set webhook error
    40007get webhook error
    40008add monitor address error
    40009delete monitor address error
    50001unsupport coin
    50002address count has exceeded the limit
    50003invalid apikey
Last update: