Subaccounts

Get subaccount portfolio

Retrieve portfolio details for a subaccount including collateral balances, margin requirements, and open positions.

Requires authentication.

GET
/subaccounts/portfolio

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Query Parameters

sub_addr?string

Subaccount wallet address (e.g., "0x1234...").

Response Body

application/json