get_coin_balance
Retrieve the balance of a specific cryptocurrency coin across different account types including UNIFIED, CONTRACT, SPOT, and FUND.
Instructions
Get the balance of a specific coin in a specific account type.
Args: coin: The cryptocurrency symbol, e.g., BTC. account_type: Account type: UNIFIED, CONTRACT, SPOT, FUND (default: UNIFIED).
Returns: Coin balance details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| account_type | No | UNIFIED |