Skip to main content
GET
/
positions
Get Positions
curl --request GET \
  --url https://api.equities.polymarket.com/v1/positions \
  --header 'POLYMARKET-PROXY: <api-key>' \
  --header 'POLYMARKET-SECRET: <api-key>'
[
  {
    "iid": 123,
    "side": "long",
    "qty": "10.00",
    "entp": "100.00",
    "fund": "1.00",
    "mm": "10.00",
    "liqp": "90.00",
    "uts": 1767225600000
  }
]

Authorizations

POLYMARKET-PROXY
string
header
required

Proxy address

POLYMARKET-SECRET
string
header
required

Correponding proxy secret

Query Parameters

iid
integer

Instrument ID

Response

Positions response.

iid
integer
required

Instrument ID

side
enum<string>
required

Side

Available options:
long,
short
qty
string
required

Quantity in no. of contracts

Example:

"10.00"

entp
string
required

Entry price in USD

Example:

"100.00"

fund
string
required

Funding paid in USD

Example:

"1.00"

mm
string
required

Maintenance margin in USD

Example:

"10.00"

liqp
string
required

Liquidation price in USD

Example:

"90.00"

uts
integer
required

Update timestamp in milliseconds

Example:

1767225600000