REST Endpoints
Rest API documentation is available at https://rest-v1.volmex.finance/api
Implied Volatility Index History OHLC
curl --request GET -G \
--url 'https://rest-v1.volmex.finance/public/iv/history' \
--header 'content-type: application/json' \
-d 'symbol=BVIV' \
-d 'resolution=D' \
-d 'from=1670667075' \
-d 'to=1671531075'
Implied Volatility Streaming
curl -i -o - -X GET \
--url 'https://rest-v1.volmex.finance/public/iv/streaming' \
--header 'content-type: application/json'
Last updated