MINARA

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.

MethodGET
Path/v1/perps/sub-account/:subAccountId/idle-usdc
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryperps

Response body

{ "subAccountId": "sub_…", "idleUsdc": "126.71", "lastUpdatedAt": 1779986400000 }

On this page