cURL
curl --request GET \ --url https://data-api.voxfi.com.br/v1/user/balance
{ "available": 123, "eligible_for_withdraw": 123, "locked_audit": 123, "locked_waiting_orders": 123, "locked_waiting_withdraw": 123, "qty_contracts": 123, "remaining_rollover": 123, "total_balance": 123, "total_contracts": 123, "total_deposits": 123, "total_realized_pnl": 123, "total_unrealized_pnl": 123, "total_withdrawals": 123 }
Returns the balance and totals for the given user
API Key
OK