IV

Currently, the following markets are available to query IV from our IV oracles: WETH, WBTC, ARB, LINK, WSTETH, GMX, MAGIC, SOL, FXS. Please note that each market uses USD as the quote asset.

Gets multiple IV values for all valid strikes for a given option expiration of an underlying market via IV oracles.

get
Authorizations
Query parameters
marketstringRequired

base token symbol (ie WETH)

Example: WETH
expirationstringRequired

option expiration (ie 03NOV23)

Example: 03NOV23
spotPricenumberOptional

spot price of underlying

Example: 2123.23
Responses
200
Successful operation
application/json
get
GET /oracles/iv?market=WETH&expiration=03NOV23 HTTP/1.1
Host: 
x-apikey: YOUR_API_KEY
Accept: */*
[
  {
    "strike": 1700,
    "iv": 0.47
  }
]

Last updated

Was this helpful?