Get the user’s current cash balance, unrealized PnL, and total value.
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>"
}Was this page helpful?
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>"
}