以下是系统错误代码及其对应的提示消息:
English:
'404' => 'Request interface does not exist',
'9998' => 'System is busy', // lite interface is busy
'9999' => 'System is busy', // waas interface is busy, returns waas error message
'10000' => 'Request parameters are incorrect',
'10001' => 'Request is too frequent, please try again later',
'10002' => 'Invalid API key',
'10003' => 'IP is not in the whitelist',
'10004' => 'API signature is incorrect',
'10005' => 'Missing Header parameters',
'10006' => 'Email format is incorrect',
'10007' => 'Email length exceeds 100 characters',
'10008' => 'Please fill in your name',
'10009' => 'Name exceeds 100 characters',
'10010' => 'Email is already registered',
'10011' => 'No permission to create a user',
'10012' => 'Chain is not supported',
'10013' => 'Kyc Link type must be Basic or Advance',
'10014' => 'User does not exist',
'10015' => 'Kyc Advance authentication has been completed',
'10016' => 'Kyc Basic authentication has been completed',
'10017' => 'Please fill in the wallet address',
'10018' => 'Wallet address does not exist',
'10019' => 'Address does not belong to this chain',
'10020' => 'Non-merchant role, no permission',
'10021' => 'Wallet address does not exist',
'10022' => 'Insufficient balance',
'10023' => 'Chain or Token parameter is incorrect',
'10024' => 'Please set up the withdrawal method through the API first',
'10025' => 'Order number cannot exceed 50 characters',
'10026' => 'Not a valid amount',
'10027' => 'URL format is incorrect',
'10028' => 'URL length cannot exceed 255 characters',
'10029' => 'Order has expired',
'10030' => 'Order has been completed',
'10031' => 'The amount must be within 8 digits for integer and 6 digits for decimal',
'10032' => 'Remarks exceed 50 characters',
'10033' => 'Failed to create wallet address',
'10034' => 'There is a duplicate order number',
'10035' => 'Order does not exist',
'10036' => 'Order has already been paid',
'10037' => 'Order has been cancelled',
'10038' => 'Cannot retry in the current status',
'10039' => 'Gathering address exceeds 50',
'10040' => 'No sub-address',
'10041' => 'Incorrect gathering address',
'10042' => 'Insufficient Gas balance',
中文:
'404' => '请求接口不存在',
// lite 接口繁忙
'9998' => '系统繁忙',
// waas 接口繁忙, 返回waas错误信息
'9999' => '系统繁忙',
'10000' => '请求参数不正确',
'10001' => '请求频繁,请稍后尝试',
'10002' => '无效apikey',
'10003' => 'ip不在白名单内',
'10004' => 'Api签名不正确',
'10005' => '缺少Header参数',
'10006' => 'Email格式不正确',
'10007' => 'Email长度超过100个字符',
'10008' => '请填写姓名',
'10009' => '姓名超过100个字符',
'10010' => 'Email已注册',
'10011' => '没有权限创建用户',
'10012' => 'Chain不支持',
'10013' => 'Kyc Link类型为Basic或Advance',
'10014' => '用户不存在',
'10015' => '已完成Kyc Advance认证',
'10016' => '已完成Kyc Basic认证',
'10017' => '请填写钱包地址',
'10018' => '钱包地址不存在',
'10019' => '地址不属于该链',
'10020' => '非商家角色,没有权限',
'10021' => '钱包地址不存在',
'10022' => '余额不足',
'10023' => 'Chain 或 Token 参数不正确',
'10024' => '请先设置通过接口方式进行提现操作',
'10025' => '订单编号不能超过50个字符',
'10026' => '不是有效的金额',
'10027' => 'url格式不正确',
'10028' => 'url长度不能超过255个字符',
'10029' => '订单已过期',
'10030' => '订单已完成',
'10031' => '输入的金额需在8位整数和6位小数内',
'10032' => '备注超出50个字符',
'10033' => '创建钱包地址失败',
'10034' => '存在相同的订单号',
'10035' => '订单不存在',
'10036' => '订单已有支付',
'10037' => '订单已取消',
'10038' => '当前状态下不能重试',
'10039' => 'Gathering地址超过50个',
'10040' => '没有子地址',
'10041' => '归集地址有误',
'10042' => 'Gas余额不足',