Get System status
GET
/open-api/v1/system/statusThis method allows to fetch system status for different wallet types and business types.
API Key permission group : Enable Enquiry
请求参数
Query Params
bizType
integer
required
business type, 10: Deposit, 20: Withdrawal, 30: Transfer to binance exchange
Example:
20
timestamp
integer
required
Current Timestamp in millisecond
Example:
1640995200000
walletType
integer
required
wallet type, 10: Qualified wallet, 20: Prime wallet
Example:
20
Header Params
open-apikey
string
required
OpenAPI key string
signature
string
required
Signature of the request
示例代码
Responses
The operation succeeded(200)
Business error(200)
The client request is invalid(400)
Authentication failed (e.g., invalid token specified by the Authorization header)(401)
Authentication failed, but the operation is not allowed(403)
Requested resource does not exist(404)
Client request rate exceeded the limit(429)
System error(500)
The operation succeeded
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{
"data": {
"status": 0,
"message": "Normal"
},
"code": "000000",
"message": "Success"
}
Last modified: 4 个月前