Common Error Messages
An API call that encounters an error will return 0 as its status code and display the cause of the error under the result field.
{
"status":"-1",
"message":"",fail
"data":"Max rate limit reached, please use API Key for higher rate limit"
}
No permission
"No permission"
This error occurs when you specify an invalid API Key. To resolve, ensure that you have copy pasted the right key from the explorer.
Too many request
"Too many request"
You encounter a 429 error (Too Many Requests) when you've sent too many API requests in a short period. This mechanism protects our servers and ensures fair API access for all users.