Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Preview the new unified TypeScript and Python SDKs, available now in beta.
cURL
curl --request GET \ --url https://api.perpetuals.polymarket.com/v1/account/balances \ --header 'POLYMARKET-PROXY: <api-key>' \ --header 'POLYMARKET-SECRET: <api-key>'
[ { "asset": "USDC", "balance": "10000.00", "value": "10000.00" } ]
Get asset balances for the authenticated account.
Proxy address
Correponding proxy secret
Balances response.
Asset name
"USDC"
Total balance
"10000.00"
USD value
Was this page helpful?
Suggestions