Response Code
| Code | Cause | Solution |
|---|---|---|
| 0 | Success | |
| 100 | Request body parameter format error | Usually appears on POST request, please check if the json structure is correct |
| 11000 | Operation failed. Please try again later | Usually the business has changed, or it cannot be operated, so it can be abandoned or retried |
| 11001 | Request frequency is limited | The access frequency per second is limited to 5qps. Please reduce the request frequency or add a new key |
| 11003 | Missing required parameters | Please carefully check whether the parameter types and values of the document and the actual request are reasonable and valid |
| 12002 | Data does not exist | |
| 20000 | App does not exist | |
| 20001 | App has been disabled | |
| 20002 | Insufficient balance | Please recharge at User Center |
| 20003 | Insufficient quota | |
| 20004 | Request frequency is limited | |
| 20005 | Invalid receiving address | Please check that the wallet address receiving the resource is valid and activated |
| 20006 | Invalid energy parameter | Please make sure it is an integer |
| 20007 | The delegate balance is invalid | |
| 20008 | The rent_duration is invalid | |
| 20009 | Insufficient remaining resources | When the resources are tight, the order may fail. Please check the balance (/v2/api/resource) and try again if the rental conditions are satisfied. |
| 20010 | Time unit is invalid | Only allowed when d and h |
| 20011 | Invalid parameters | Adjust according to the hint of msg |
| 20012 | IP is not in the whitelist | Check the IP whitelist settings of apikey |
| 20013 | UserAgent is not in the whitelist | Check the User-Agent whitelist settings of apikey |
| 20014 | There are more than 5 uncompleted orders at the same address | Wait for the order to be completed or adjust the resource rental amount |