Get the user’s current cash balance, unrealized PnL, and total value.
cURL
curl --request GET \ --url https://api.example.com/v1/account/balance \ --header 'X-API-Key: <x-api-key>'
{ "balance": "<string>", "currency": "<string>", "unrealized_pnl": "<string>", "total_value": "<string>", "starting_balance": "<string>" }
Your PolySimulator API key
Successful Response
Was this page helpful?