Skip to main content
POST
/
v1beta1
/
list_account_balances
List Account Balances
curl --request POST \
  --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/list_account_balances \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "balances": {}
}

Body

application/json

Request to list the balances of a given account for all currencies.

name
string

Fully qualified resource name of the account to get the balances for (ie: "firms/[firmid]/accounts/[accountid]") (required).

Response

A successful response.

balances
object

Map of account balances with the currency of the balance as the key.