Skip to main content
GET
/
instruments
Get Instruments
curl --request GET \
  --url https://api.equities.polymarket.com/v1/instruments
[
  {
    "iid": 123,
    "sym": "NVDA",
    "mrk": "100.00",
    "idx": "100.00",
    "oi": "10.00",
    "fr": "0.0001",
    "mid": "100.00",
    "v24h": "1000.00",
    "p24h": "90.00",
    "mxlv": 10
  }
]

Response

Instruments response.

iid
integer
required

Instrument ID

sym
string
required

Instrument symbol

Example:

"NVDA"

mrk
string
required

Mark price

Example:

"100.00"

idx
string
required

Index price

Example:

"100.00"

oi
string
required

Open interest in no. of contracts

Example:

"10.00"

fr
string
required

Funding rate

Example:

"0.0001"

mid
string
required

Mid price

Example:

"100.00"

v24h
string
required

24-hour volume

Example:

"1000.00"

p24h
string
required

Price 24-hour ago

Example:

"90.00"

mxlv
integer

Maximum leverage

Example:

10