Skip to main content
GET
/
v1
/
info
/
index
Get Index
curl --request GET \
  --url https://api.perpetuals.polymarket.com/v1/info/index
{
  "asset": "NVDA",
  "index_price": "160.00",
  "constituents": [
    {
      "source": "chainlink",
      "symbol": "NVDA/USD",
      "weight": "1.0",
      "price": "160.00"
    }
  ],
  "ts": 1767225600000
}
Request Weight: 2

Query Parameters

asset
string
required

Asset name

Example:

"USDC"

Response

Index constituents response.

asset
string
required

Asset name

Example:

"USDC"

index_price
string
required

Index price

Example:

"100.00"

constituents
object[]
required
ts
integer
required

Request timestamp. Unix milliseconds for most operations; Unix seconds for withdrawals (must match the on-chain EIP-712 struct verified against block.timestamp).

Example:

1767225600000