gvol 0.6.2

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

gvol 0.6.2

GVol





GVol is a Python library to access the GVol API.

Documentation: https://gvol.readthedocs.io/en/latest/index.html

Install
pip install gvol

Demo
from gvol import GVol

gvol_client = GVol(header='x-oracle', gvol_api_key="ENTER YOUR API KEY HERE")

options_orderbook = gvol_client.options_orderbook(
symbol="BTC", exchange="deribit"
)

print(options_orderbook)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.