Card Wallet Balance
The endpoint get card wallet balance. Get the balance on a specific card
Request Header
Name
Value
Description
Query parameter
Key
Value
Description
Response body
{
"success": true,
"message": "Card wallet balance",
"data": {
"wallet_id": "W1732012716929",
"meta_data": {
"pending_balance": 0
},
"wallet": {
"usdt": {
"balance": 0,
"address": "trc20-xxxx-xxxx-xxxx-xxxx"
}
}
}
}Last updated