Skip to main content

Thornode API

Project description

xchainpy2-thornode

Thornode REST API.

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.132.0
  • Package version: 1.132.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import xchainpy2_thornode 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import xchainpy2_thornode

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import xchainpy2_thornode
from xchainpy2_thornode.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = xchainpy2_thornode.BlockApi(xchainpy2_thornode.ApiClient(configuration))
height = 789 # int | optional block height, defaults to current tip (optional)

try:
    api_response = api_instance.block(height=height)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling BlockApi->block: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to /

Class Method HTTP request Description
BlockApi block GET /thorchain/block
BorrowersApi borrower GET /thorchain/pool/{asset}/borrower/{address}
BorrowersApi borrowers GET /thorchain/pool/{asset}/borrowers
CloutApi swapper_clout GET /thorchain/clout/swap/{address}
HealthApi ping GET /thorchain/ping
InvariantsApi invariant GET /thorchain/invariant/{invariant}
InvariantsApi invariants GET /thorchain/invariants
LiquidityProvidersApi liquidity_provider GET /thorchain/pool/{asset}/liquidity_provider/{address}
LiquidityProvidersApi liquidity_providers GET /thorchain/pool/{asset}/liquidity_providers
MimirApi mimir GET /thorchain/mimir
MimirApi mimir_admin GET /thorchain/mimir/admin
MimirApi mimir_key GET /thorchain/mimir/key/{key}
MimirApi mimir_node GET /thorchain/mimir/node/{address}
MimirApi mimir_nodes GET /thorchain/mimir/nodes_all
MimirApi mimir_v2 GET /thorchain/mimirV2
MimirApi mimir_v2_ids GET /thorchain/mimirV2/ids
NetworkApi ban GET /thorchain/ban/{address}
NetworkApi constants GET /thorchain/constants
NetworkApi inbound_addresses GET /thorchain/inbound_addresses
NetworkApi lastblock GET /thorchain/lastblock
NetworkApi lastblock_chain GET /thorchain/lastblock/{chain}
NetworkApi network GET /thorchain/network
NetworkApi outbound_fee_asset GET /thorchain/outbound_fee/{asset}
NetworkApi outbound_fees GET /thorchain/outbound_fees
NetworkApi ragnarok GET /thorchain/ragnarok
NetworkApi version GET /thorchain/version
NodesApi node GET /thorchain/node/{address}
NodesApi nodes GET /thorchain/nodes
POLApi pol GET /thorchain/pol
PoolSlipApi poolslip GET /thorchain/slip/{asset}
PoolSlipApi poolslips GET /thorchain/slips
PoolsApi dpool GET /thorchain/dpool/{asset}
PoolsApi dpools GET /thorchain/dpools
PoolsApi pool GET /thorchain/pool/{asset}
PoolsApi pools GET /thorchain/pools
QueueApi queue GET /thorchain/queue
QueueApi queue_outbound GET /thorchain/queue/outbound
QueueApi queue_scheduled GET /thorchain/queue/scheduled
QueueApi queue_swap GET /thorchain/queue/swap
QuoteApi quoteloanclose GET /thorchain/quote/loan/close
QuoteApi quoteloanopen GET /thorchain/quote/loan/open
QuoteApi quotesaverdeposit GET /thorchain/quote/saver/deposit
QuoteApi quotesaverwithdraw GET /thorchain/quote/saver/withdraw
QuoteApi quoteswap GET /thorchain/quote/swap
SaversApi saver GET /thorchain/pool/{asset}/saver/{address}
SaversApi savers GET /thorchain/pool/{asset}/savers
StreamingSwapApi stream_swap GET /thorchain/swap/streaming/{hash}
StreamingSwapApi stream_swaps GET /thorchain/swaps/streaming
TSSApi keygen_pubkey GET /thorchain/keygen/{height}/{pubkey}
TSSApi keysign GET /thorchain/keysign/{height}
TSSApi keysign_pubkey GET /thorchain/keysign/{height}/{pubkey}
TSSApi metrics GET /thorchain/metrics
TSSApi metrics_keygen GET /thorchain/metric/keygen/{pubkey}
ThornamesApi thorname GET /thorchain/thorname/{name}
TradeAccountApi trade_account GET /thorchain/trade/account/{address}
TradeAccountsApi trade_accounts GET /thorchain/trade/accounts/{asset}
TradeUnitApi trade_unit GET /thorchain/trade/unit/{asset}
TradeUnitsApi trade_units GET /thorchain/trade/units
TransactionsApi tx GET /thorchain/tx/{hash}
TransactionsApi tx_signers GET /thorchain/tx/details/{hash}
TransactionsApi tx_signers_old GET /thorchain/tx/{hash}/signers
TransactionsApi tx_stages GET /thorchain/tx/stages/{hash}
TransactionsApi tx_status GET /thorchain/tx/status/{hash}
VaultsApi asgard GET /thorchain/vaults/asgard
VaultsApi vault GET /thorchain/vault/{pubkey}
VaultsApi vault_pubkeys GET /thorchain/vaults/pubkeys
VaultsApi yggdrasil GET /thorchain/vaults/yggdrasil

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

devs@thorchain.org

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

xchainpy2_thornode-1.132.0.tar.gz (99.5 kB view details)

Uploaded Source

Built Distribution

xchainpy2_thornode-1.132.0-py3-none-any.whl (329.9 kB view details)

Uploaded Python 3

File details

Details for the file xchainpy2_thornode-1.132.0.tar.gz.

File metadata

  • Download URL: xchainpy2_thornode-1.132.0.tar.gz
  • Upload date:
  • Size: 99.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for xchainpy2_thornode-1.132.0.tar.gz
Algorithm Hash digest
SHA256 3aa66103f2f2a2602d849089648ff5b87bb34ce550d86adbc25118708034bda6
MD5 6b232c1ccb62348ac97d4646961676fa
BLAKE2b-256 7fd5768f5ea4bd1a9a3db222999c89e95f124d78d8d920821771447bce38db07

See more details on using hashes here.

File details

Details for the file xchainpy2_thornode-1.132.0-py3-none-any.whl.

File metadata

File hashes

Hashes for xchainpy2_thornode-1.132.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2b6ec6c108575fb507842495028d408341a2380b01c18d71ffeb0b9beb62f79e
MD5 1c3e7a0a2f737b566ba9a1a1197361f0
BLAKE2b-256 c72a6d624fa4aea16bca349a655f477c283681539760c765935589c6cd25e467

See more details on using hashes here.

Supported by

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