getBalance
Retrieve account balance details on the Bitget cryptocurrency exchange. Query specific assets or view all balances in real-time for informed trading decisions.
Instructions
Get account balance information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset | No | Specific asset to query |
Input Schema (JSON Schema)
{
"properties": {
"asset": {
"description": "Specific asset to query",
"type": "string"
}
},
"required": [],
"type": "object"
}