Skip to main content

Python client for THORNode API

Project description

Introduction

Python client for THORNode API

THORChain has several APIs - Midgard, THORNode, Cosmos RPC, CometBFT RPC. This python client focuses on interactions with the basic THORNode API.

Built for API version 3.11.0.

API Swagger Docs

Progress

Below is the implementation status of the major sections of THORNode API in this Python client:

Section Implemented Notes
Auth
Bank
Health
Pools
Pool Slip
Liquidity Providers
Codes Not supported in current API
Oracle
TCY Stakers
TCY Claimers
RUNE Pool
Savers
Borrowers
Transactions
Nodes
Vaults
Network Partially implemented
Streaming Swap
Clout
Trade Unit
Trade Account
Secured Assets
Swap
Queue Partially implemented
TSS
Thornames
Mimir
Quote Loan & saver features not active in current API
Invariants
Block
Export Not supported in current API

If you notice any discrepancy or want a section prioritized, please open an issue or PR.

TODOs

  • Exceptions handling and keeping API response's error message
  • More detailed tests
  • Fill in missing endpoints in partially implemented sections

Installation

Normal installation

pip install thornode-py

Development installation

git clone https://github.com/jpleorx/thornode-py.git
cd thornode-py
pip install --editable .

Usage

from thornode_py import THORNodeAPI

api = THORNodeAPI()

# Check that it's online
ping = api.ping()

# Check API version
version = api.version()

# Get nodes
nodes = api.nodes()

# Get pools
pools = api.pools()

# Get thorname
thorname = api.thorname("example")

# Get swap quote
quote = api.quote_swap(
    from_asset="BTC.BTC",
    to_asset="ETH.ETH",
    amount=100000,
    destination="0x1c7b17362c84287bd1184447e6dfeaf920c31bbe",
)

Links

In case you’d like to check my other work or contact me:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thornode-py-0.0.2.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

thornode_py-0.0.2-py3-none-any.whl (36.9 kB view details)

Uploaded Python 3

File details

Details for the file thornode-py-0.0.2.tar.gz.

File metadata

  • Download URL: thornode-py-0.0.2.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.6

File hashes

Hashes for thornode-py-0.0.2.tar.gz
Algorithm Hash digest
SHA256 304cbdc4e4a68e257fc73a7f422658c9de4c4bbe4771eb07d2862f037e9c4001
MD5 f7cabbb73952b490969a2208864d5934
BLAKE2b-256 ce69de1818abfea3964f622354669d3a75c59ba89b55409e37ec0d9485c700e1

See more details on using hashes here.

File details

Details for the file thornode_py-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: thornode_py-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.6

File hashes

Hashes for thornode_py-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9493f808f8f50f2876bd2f64bc74755032f6c90f40a929b4ac526f844a3e04bb
MD5 1d9375329362f7b19a07185e877caead
BLAKE2b-256 6cc954ebcdf1dad9b779750a470a4ef6eebece3b2134977bdc8cd239784d85cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page