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
Required scopes
This endpoint requires the following scopes:
Authorizations
x-apikeystringRequired
Query parameters
marketstringRequiredExample:
base token symbol (ie WETH)
WETHexpirationstringRequiredExample:
option expiration (ie 03NOV23)
03NOV23spotPricenumberOptionalExample:
spot price of underlying
2123.23Responses
200
Successful operation
application/json
400
Invalid parameters supplied
application/json
401
Not authorized
application/json
get
/oracles/ivGET /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?