cURL
curl --request POST \ --url https://api.polymarketexchange.com/v1/positions/balances \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "balances": {} }
Lists all currency balances in an account
Request to list all balances in an account.
Fully qualified resource name of the account.
A successful response.
Response with all account balances by currency.
Show child attributes