Idle USDC available to transfer
GET /v1/perps/sub-account/:subAccountId/idle-usdc — The single 'available to transfer' number for a perp sub-wallet: idle USDC after subtracting margin in open positions, l
GET /v1/perps/sub-account/:subAccountId/idle-usdc
The single 'available to transfer' number for a perp sub-wallet: idle USDC after subtracting margin in open positions, locked open-order balance, and venue reserve. Backs the Transfer dialog's Max button.
| Method | GET |
| Path | /v1/perps/sub-account/:subAccountId/idle-usdc |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |
Response body
{ "subAccountId": "sub_…", "idleUsdc": "126.71", "lastUpdatedAt": 1779986400000 }