queryBalance
Check account balances for fiat or crypto currencies. View available, frozen, and total balances for trading.
Instructions
Query fiat or crypto account balances.
Query Parameters:
accountCategory: Account type (fiat/crypto), defaults to fiat
currency: Currency code, omit to return all balances
Balance Information:
totalBalance: Total balance
balance: Available balance
frozenBalance: Frozen (locked) balance
Use Cases:
Display available balance before trading
Validate sufficient funds before quote application
Show detailed balance breakdown to users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | ||
| accountCategory | No | fiat |