Overview
Retrieve account balance information for a specific wallet address. This endpoint provides real-time balance data including available funds, withdrawable balance, and deposit/withdrawal history.This is a public endpoint that does not require authentication. You can query any wallet address to view its balance information.
Path Parameters
The wallet address to get balance information for.Format: Ethereum address (0x prefixed)
Example: “0x742d35cc6c6c7532b1140da4c8a2f6c8ecfc9b46”
Example: “0x742d35cc6c6c7532b1140da4c8a2f6c8ecfc9b46”
Response Fields
Current account balance available for trading (USD)
Amount available for withdrawal (USD) - excludes reserved margin
Total amount deposited to this account (USD)
Total amount withdrawn from this account (USD)
Balance Components
Account Balance
Total funds in the account:Withdrawable Amount
Funds available for withdrawal (excludes margin reserved in open positions):Reserved Margin
Margin locked in open positions (calculated separately, not returned by this endpoint):Use Cases
Portfolio Tracking
- Monitor account balance changes over time
- Track deposit and withdrawal history
- Calculate net deposits vs current value
Public Information
- View balance information for any wallet address
- Analyze public trading account performance
- Transparency for fund managers or public traders
Integration
- Display user balance in frontend applications
- Calculate available funds for new positions
- Verify withdrawal limits
Error Responses
Invalid wallet address format
Failed to retrieve balance data
Caching and Performance
- Real-time updates: Balance reflects latest transactions
- Optimized queries: Fast response times for frequent polling
- No rate limits: Public endpoint with minimal restrictions
Usage Examples
Basic Balance Check
JavaScript Integration
Python Integration
Related Endpoints
- Dashboard - Comprehensive account overview including positions
- Get Positions - View positions affecting withdrawable balance
- Deposit - Add funds to account (requires authentication)
- Withdraw - Withdraw available balance (requires authentication)
Notes
- This endpoint provides public balance information for transparency
- For private operations (deposits, withdrawals, trading), use authenticated endpoints
- Balance updates immediately after deposits, withdrawals, and position settlements
- Withdrawable amount may be less than total balance if margin is reserved in open positions