Skip to main content
POST
/
v1
/
positions
/
balances
List account balances
curl --request POST \
  --url https://api.polymarketexchange.com/v1/positions/balances \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "balances": {}
}

Body

application/json

Request to list all balances in an account.

name
string

Fully qualified resource name of the account.

Response

200 - application/json

A successful response.

Response with all account balances by currency.

balances
object