Data
GET/api/v1/wallet-status
Get the latest wallet status for asset from given exchange.
Request
Query Parameters
exchange stringrequired
Specifes exchange
Example: binance
asset stringrequired
Specifies asset
Example: USDT
Header Parameters
X-DTMX-APIKEY stringrequired
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
currency string
exchange string
message string
network string
updatedAt integer
walletState string
[
{
"currency": "string",
"exchange": "string",
"message": "string",
"network": "string",
"updatedAt": 0,
"walletState": "string"
}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...