Skip to main content
GET
/
v1
/
account
/
balance
Get Balance
curl --request GET \
  --url https://api.polysimulator.com/v1/account/balance \
  --header 'X-API-Key: <api-key>'
{
  "balance": "<string>",
  "currency": "<string>",
  "unrealized_pnl": "<string>",
  "total_value": "<string>",
  "starting_balance": "<string>"
}

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

authorization
string | null
X-API-Key
string | null
POLY_API_KEY
string | null
Poly-API-Key
string | null

Response

Successful Response

balance
string
required
currency
string
required
unrealized_pnl
string
required
total_value
string
required
starting_balance
string
required