SDK
Project description
API-SDK
2.0.0a
Requirements.
Python 3.7+
Installation & Usage
pip install
pip install SDK-Laevitas
Then import the package:
from Laevitas import SDK
Getting Started
Please follow the procedure and then run the following:
from Laevitas import SDK
# create an instance of the API class
sdk = SDK.api()
# Configure your api key
sdk.configure('your-api-key')
# try different endpoints , endpoints return json format
top_traded_option = sdk.analytics.options.top_traded_option(market="DERIBIT",currency="BTC")
instrument_volume_buy_sell = sdk.historical.options.instrument_volume_buy_sell(market="DERIBIT",instrument="BTC-28JUN24-70000-C",start="2023-07-13",end="2023-07-20")
trades = sdk.historical.options.trades(currency="ETH",market="OKEX",date="2023-07-13")
Documentation for available API Endpoints
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SDK-Laevitas-2.0.0.tar.gz
(23.3 kB
view details)
File details
Details for the file SDK-Laevitas-2.0.0.tar.gz.
File metadata
- Download URL: SDK-Laevitas-2.0.0.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
315ac250264fedbb66dafec56dcf22b2813f9a5d63f709347b0fc94ae0602064
|
|
| MD5 |
0f4531d3a074c0e2341a605bea3470ce
|
|
| BLAKE2b-256 |
e7b6c94bef9920ec39c9178afcb846f0232c77b20c0b6eba4b83e5c96719e021
|