cURL
curl --request POST \ --url https://api.polymarketexchange.com/v1/positions/balance \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "currency": "<string>" } '
{ "balance": "<string>", "capitalRequirement": "<string>", "excessCapital": "<string>", "buyingPower": "<string>", "securities": {}, "totalSecurityNotionalValue": "<string>", "totalSecurityAvailableValue": "<string>", "openOrders": "<string>", "alternateCapitalRequirementCurrency": "<string>", "alternateCapitalRequirement": "<string>", "unsettledFunds": "<string>", "marginRequirement": "<string>", "updateTime": "2023-11-07T05:31:56Z" }
Gets the balance for a currency in an account
Request to get the balance of an account in a currency.
Fully qualified resource name of the account.
ISO currency code (e.g., "USD").
A successful response.
Response with account balance details.
Show child attributes