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

Headers

X-API-Key
string
required

Your PolySimulator API key

Response

Successful Response

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