Skip to main content
GET
/
account
Get Account
curl --request GET \
  --url https://api.equities.polymarket.com/v1/account \
  --header 'POLYMARKET-PROXY: <api-key>' \
  --header 'POLYMARKET-SECRET: <api-key>'
[
  {
    "eqty": "100.00",
    "ab": "100.00",
    "mm": "10.00",
    "im": "10.00",
    "cfg": [
      {
        "iid": 123,
        "lev": 10
      }
    ]
  }
]

Authorizations

POLYMARKET-PROXY
string
header
required

Proxy address

POLYMARKET-SECRET
string
header
required

Correponding proxy secret

Response

Account response.

eqty
string
required

Equity in USD

Example:

"100.00"

ab
string
required

Available balance in USD

Example:

"100.00"

mm
string
required

Maintenance margin in USD

Example:

"10.00"

im
string
required

Initial margin in USD

Example:

"10.00"

cfg
object[]
required