Returns the list of balances available in the user's account. Each balance represents a specific asset (e.g., cryptocurrency, fiat currency) and includes information such as available amount, locked amount, and total amount.
Successfully retrieved balances.
Unauthorized – Missing or invalid token.
Internal Server Error – Unexpected server error.
{- "Balances": [
- {
- "id": "NUNTVHp2NjdYc0U9",
- "user_id": "Y0ZuTVFCNnl6S3ptU3BaZFBSeFk1UT09",
- "amount": "1500000000",
- "currency": "USD",
- "currency_id": "WlBPdmtSY2hITGM9",
- "type": "FIAT",
- "created_at": "2025-04-17T10:02:08.000000Z",
- "updated_at": "2025-04-17T10:02:08.000000Z"
}, - {
- "id": "dklgje8923hjg9jd",
- "user_id": "Y0ZuTVFCNnl6S3ptU3BaZFBSeFk1UT09",
- "amount": "0.50230000",
- "currency": "ETH",
- "currency_id": "ZmxqZVhNZ0Z3a1E9",
- "type": "CRYPTO",
- "created_at": "2025-04-18T15:30:10.000000Z",
- "updated_at": "2025-04-18T15:30:10.000000Z"
}
]
}