-
Notifications
You must be signed in to change notification settings - Fork 3
REST_api_error_code
bw-exchange edited this page Oct 18, 2019
·
3 revisions
| Error code | Chinese description | English description |
|---|---|---|
| 1000 | 系统错误 | system error |
| 5010 | 参数错误 | param is invalid |
| 5016 | 数据不存在 | data not exist |
| 5017 | 该市场不存在 | market not exist |
| 5019 | 你的IP一分钟内访问次数过多 | your ip has too many visits per minute |
| Error code | Chinese description | English description |
|---|---|---|
| 999 | 签名错误 | sign is invalid! |
| 1000 | 系统错误 | system error |
| 1003 | 无效的参数 | param invalid |
| 2000 | 参数错误 | parameter error |
| 2001 | 委托价格类型为空 | entrust price range type null |
| 2002 | 委托类型错误 | rangeType [ 0,1] error |
| 2003 | 委托价格异常 | entrust price abnormal |
| 2004 | 市场ID不能为空 | market id null |
| 2008 | 买卖类型不能为空 | type[ buy :type=1 or sell: type=0] null |
| 2009 | 买卖类型错误 | type[ buy :type=1 or sell: type=0] error |
| 2012 | 委托信息不存在或状态异常 | entrust not exists or status abnormal |
| 2014 | 缓存中无该该委托单 | entrust not exists in cache |
| 2015 | 委托单已取消或数据库中不存在 | entrust already canceled or not exists in database |
| 2016 | 分页index,pageSize参数有误 | paging:index or pageSize invalid |
| 2017 | 交易货币量为空 | entrust amount null |
| 2018 | 交易货币量异常 | entrust amount abnormal |
| 2019 | 委托单ID不能为空 | entrustId null |
| 2020 | 委托类型不能为空 | entrustType null |
| 2022 | 交易货币量小于最小值 | entrust amount low min limit |
| 2999 | 内部错误 | system error |
| 6000 | 参数缺失 | Param Missing |
| 6002 | 授权失效,需要重新登录 | Authorization invalid, please sign in again. |
| 6021 | 限制提币操作 | Limit the withdraw operation |
| 6076 | 安全密码错误,请重新输入 | Security password error, please enter again! |
| 6095 | 用户不存在 | User does not exist |
| 6096 | 无效的参数 | Invalid parameter |
| 6114 | 提币地址为空 | Please select a currency address! |
| 6124 | 审核失败 | Audit failure! |
| 6126 | 审核通过 | Audit Approve! |
| 6115 | 提交提币申请失败 | Submit a withdrawal application failure! |
| 6125 | 无效的货币类型 | An invalid currency type! |
| 6130 | 没有选取币种 | No selection of currency, Please try again! |
| 6894 | 时间过长,API签名已失效 | The time is too long,sign for api is invalid now! |
| 6895 | 校验API权限失败,接口不属于授权API | Failed to verify the API permission. This interface is not a authorize API! |
| 6896 | 校验API权限失败,Userid和Apiid不匹配 | Failed to verify the API permission. The Userid is not matching with Apiid! |
| 6897 | 校验API权限失败,请确认是否开启Api权限 | Failed to verify the API permission. Please confirm whether to enable API permission! |
| 6898 | 多次校验API权限失败,请确认是否开启Api权限 | Failed to verify the API permission for multiple times. Please confirm whether to enable API permission! |
| 6900 | 交易所现暂不对外开放api交易 | The exchange server temporarily not open to API trading! |
| 10012 | 未知异常 | unknown error |
| 10001 | API频率限制 | API frequency limit |
- Subscribe instructions
- API Reference
- Error code
- Code sample: Java Python Nodejs