tprahm / gvol-py

GVol is a Python library to access the GVol API.

Home Page:https://gvol.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GVol

Latest Version Supported Python Versions Main Workflow Documentation Status Code style: black

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)

About

GVol is a Python library to access the GVol API.

https://gvol.readthedocs.io/


Languages

Language:Python 100.0%