API Access
The volmex.finance API with index pricing is available below.
The following query can be used to pull the volatility index, asset, price of underlying, and Unix timestamp. Change the asset to view resepctive indices.
query impliedVol {
impliedVolatilitys(limit:10, offset: 0, query: {
asset: ETH
}, sort: "-timestamp") {
index
asset
timestamp
underlying_index
}
}Sample output from the above query:
The following query can be used with the Volmex API to determine which eight option the index is currently pointing at.
Sample output from the above query:
Last updated