Retrieves a per-currency list of account summaries for the authenticated user. Each summary includes balance, equity, available funds, and margin information for each currency.
To retrieve summaries for a specific subaccount, use the subaccount_id parameter. When the extended parameter is set to true, additional account details such as account ID, username, email, and account type are included.
Scope: account:read
Query parameters
The user id for the subaccount
Include additional fields
Response
Success response
Example response
{
"result": {
"id": 12354,
"system_name": "myname",
"username": "name",
"email": "support@deribit.com",
"referrer_id": "517.6035",
"creation_timestamp": 1542100802842,
"summaries": [
{
"total_pl": 0.02032221,
"session_rpl": 0.1,
"session_upl": 0.846863,
"available_funds": 2.2638913,
"available_withdrawal_funds": 2.26,
"margin_balance": 2.25,
"balance": 3.4906363,
"spot_reserve": 0.3,
"additional_reserve": 0.3,
"currency": "ETH",
"delta_total": 0.1334,
"projected_delta_total": 0.1334,
"deposit_address": "14diAAyXL5UzhPTCKC998ch2GV7DMb7yDi",
"equity": 2.6437733,
"initial_margin": 0.379882,
"maintenance_margin": 0.1334519,
"projected_initial_margin": 1,
"projected_maintenance_margin": 1,
"portfolio_margining_enabled": true,
"cross_collateral_enabled": true,
"margin_model": "segregated_sm",
"total_equity_usd": 2.6437733,
"total_initial_margin_usd": 0.379882,
"total_maintenance_margin_usd": 0.1334519,
"total_margin_balance_usd": 2.25,
"total_delta_total_usd": 1.8
}
]
}
}Changes
Changed in 2 of the 7 revisions of this API.114
- ▲
the
result/block_rfq_self_match_preventionresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ○
added the optional property
result/summaries/items/close_out_marginto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/summaries/items/delta_total_mapto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/summaries/items/locked_balanceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/summaries/items/projected_close_out_marginto the response with the200statusresponse-optional-property-added
- ▲
- ●
removed the optional property
result/summaries/items/estimated_liquidation_ratiofrom the response with the200statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●