Authorizations
The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Path Parameters
Identifies the portfolio by UUID (e.g., 892e8c7c-e979-4cad-b61b-55a197932cf1
) or portfolio ID (e.g., 5189861793641175
)
Response
Portfolio information
The total collateral value in USDC for the portfolio
14750.53
The profit or loss of all open positions (resets to 0 after settlement)
2953.01
The profit or loss percentage of all open positions (resets to 0 after settlement)
0
The position value in USDC of all positions
1050.32
The notional value of all open orders and positions
3010.02
Accrued fees that haven't been paid yet
120.31
Total borrow amount in USDC (nets the USDC balance, position PNL, held USDC, accrued interest and rolling debt)
4111.32
Interest charged for borrowed USDC balances
10.02
Amount of settled transactions that haven't been paid
311.02
The net balance available in the portfolio (collateral + unrealized_pnl - pending_fees - accrued_interest - rolling_debt)
15751.6
The amount of buying power available in the portfolio (balance - (open_position_notional * portfolio_initial_margin))
14964.02
The weighted average of all the position's initial margin utilization
0.05
The current margin level of the portfolio
0.05
The maintenance margin of the portfolio
0.033
The close out margin of the portfolio
0.01665
Indicates whether the portfolio is in process of liquidation
The notional initial margin of the portfolio
1571.5345
The notional current margin level of the portfolio
1571.5345
The notional maintenance margin of the portfolio
1023.3081
The notional close out margin of the portfolio
482.6651
The margin override value for the portfolio, indicating notional requirement to hold futures positions
0.2
The effective margin requirement value for the portfolio (max(portfolio_initial_margin, margin_override))
0.3
0
The notional value of margin relief provided by position offsets
3010.02