PAPI
API ReferencePolymarket Trading

Get Balance

GET
/polymarket/balance
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://loading/polymarket/balance"
[
  {
    "currency": "string",
    "total": "string"
  }
]