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
marketstringRequiredExample:
base token symbol (ie WETH)
WETH
expirationstringRequiredExample:
option expiration (ie 03NOV23)
03NOV23
spotPricenumberOptionalExample:
spot price of underlying
2123.23
Responses
200
Successful operation
application/json
400
Invalid parameters supplied
application/json
401
Not authorized
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?