You are viewing documentation for Polymarket US πΊπΈ
curl --request POST \
--url https://api.prod.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
curl --request POST \
--url https://api.prod.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"
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt
Use this file to discover all available pages before exploring further.
A successful response.
Response with account balance details.
Show child attributes