API-KEY: ********************API-SIGNATURE: ********************API-TIMESTAMP: ********************curl --location '/v1/wallet/list?walletId=10001' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>'{
"status": 200,
"code": "string",
"msg": "ok",
"data": [
{
"walletId": 10001,
"name": "Tether USD",
"walletType": "operation_prime",
"autoCollection": true,
"wallets": [
{
"currency": "USDT",
"available": 0,
"unavailable": 0
}
]
}
],
"traceId": "a1b2c3d4e5f6"
}