Use Liquid API with Python
Project description
python_liquid_api
API概要
このライブラリはLiquid APIのPrivate APIとPublic APIをPythonで扱うものです。
Public API
Public APIを使うにはLiquidPublicをインスタンス化します。
from python_liquid_api.public_api import LiquidPublic
pub = LiquidPublic()
get_candlestick
このメソッドを使用することでOHLCVデータを取得することができます。
引数
-
currency_name: 取得対象の通貨名を指定します。指定できる値は次の通りです。
- btc
- eth
- xrp
- bch
- qash
- ltc
- bat
-
date: 取得対象の日付を指定します。フォーマットはyyyymmddの文字列です。
-
candle_type: 取得するローソク足のタイプを指定します。指定できる値は次の文字列です。
- 1min: 1分足を取得します
- 5min: 5分足を取得します
- 15min: 15分足を取得します
- 30min: 30分足を取得します
- 1hour: 1時間足を取得します
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
Built Distribution
File details
Details for the file python_liquid_api_tths-0.0.1.tar.gz
.
File metadata
- Download URL: python_liquid_api_tths-0.0.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72bb7ad07375f670871d9e68dd6275f17f33cba9812f7b64846ec70b805ad641 |
|
MD5 | 81204caf3271d4ef4789f846788d296a |
|
BLAKE2b-256 | a0bb1f7ecc7f457e5220d80ca216505429d130dcd1efc290d0a2c596bfceacf8 |
File details
Details for the file python_liquid_api_tths-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: python_liquid_api_tths-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe5390d47bee7d9bea2503d0bfcba8ed57a817b81de45b25d466ce501b7012e3 |
|
MD5 | 38af422f8156f414a3d4c410ca72c2e4 |
|
BLAKE2b-256 | da1e022d9ea368449dd6afa2883b2472ba8155134cc812f4f1e3253d4f042d8f |