Skip to main content
GET
/
api
/
sdk
/
portfolio
Portfolio
curl --request GET \
  --url https://api.simmer.markets/api/sdk/portfolio
{
  "balance_usdc": 123,
  "sim_balance": 123,
  "sim_pnl": 123,
  "total_exposure": 123,
  "positions_count": 123,
  "redeemable_count": 123,
  "pnl_24h": 123,
  "pnl_total": 123,
  "concentration": {
    "top_market_pct": 123,
    "top_3_markets_pct": 123
  },
  "by_source": {}
}

Response

200 - application/json

Successful Response

Portfolio summary with aggregated metrics.

balance_usdc
number | null
sim_balance
number | null
sim_pnl
number | null
total_exposure
number | null
positions_count
integer | null
redeemable_count
integer | null
pnl_24h
number | null
pnl_total
number | null
concentration
SDKPortfolioConcentration · object

Portfolio concentration metrics.

by_source
By Source · object