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: 3.17.0
  • Package version: 3.17.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.AuthApi(xchainpy2_thornode.ApiClient(configuration))
address = 'address_example' # str | 
height = 789 # int | optional block height, defaults to current tip (optional)

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

Documentation for API Endpoints

All URIs are relative to https://gateway.liquify.com/chain/thorchain_api

Class Method HTTP request Description
AuthApi account GET /auth/accounts/{address}
BankApi balances GET /bank/balances/{address}
BlockApi block GET /thorchain/block
CloutApi swapper_clout GET /thorchain/clout/swap/{address}
CodesApi codes GET /thorchain/codes
ExportApi export GET /thorchain/export
HealthApi ping GET /thorchain/ping
InvariantsApi invariant GET /thorchain/invariant/{invariant}
InvariantsApi invariants GET /thorchain/invariants
LimitOrderApi quotelimit GET /thorchain/quote/limit
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
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 upgrade_proposal GET /thorchain/upgrade_proposal/{name}
NetworkApi upgrade_proposals GET /thorchain/upgrade_proposals
NetworkApi upgrade_votes GET /thorchain/upgrade_votes/{name}
NetworkApi version GET /thorchain/version
NodesApi node GET /thorchain/node/{address}
NodesApi nodes GET /thorchain/nodes
OracleApi oracle_price GET /thorchain/oracle/price/{symbol}
OracleApi oracle_prices GET /thorchain/oracle/prices
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 limit_swaps GET /thorchain/queue/limit_swaps
QueueApi limit_swaps_summary GET /thorchain/queue/limit_swaps/summary
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 quoteswap GET /thorchain/quote/swap
RUNEPoolApi rune_pool GET /thorchain/runepool
RUNEPoolApi rune_provider GET /thorchain/rune_provider/{address}
RUNEPoolApi rune_providers GET /thorchain/rune_providers
ReferenceMemosApi reference_memo GET /thorchain/memo/{asset}/{reference}
ReferenceMemosApi reference_memo_by_hash GET /thorchain/memo/{hash}
ReferenceMemosApi reference_memo_check GET /thorchain/memo/check/{asset}/{amount}
SaversApi saver GET /thorchain/pool/{asset}/saver/{address}
SaversApi savers GET /thorchain/pool/{asset}/savers
SecuredAssetApi secured_asset GET /thorchain/securedasset/{asset}
SecuredAssetsApi secured_assets GET /thorchain/securedassets
SmartContractsApi contract_info GET /thorchain/contract/{address}
SmartContractsApi contract_infos GET /thorchain/contracts
StreamingSwapApi stream_swap GET /thorchain/swap/streaming/{hash}
StreamingSwapApi stream_swaps GET /thorchain/swaps/streaming
SupplyApi supply GET /thorchain/supply
SupplyApi supply_cmc GET /thorchain/supply/cmc
SwapApi swap_details GET /thorchain/queue/swap/details/{tx_id}
TCYClaimersApi tcy_claimer GET /thorchain/tcy_claimer/{address}
TCYClaimersApi tcy_claimers GET /thorchain/tcy_claimers
TCYStakersApi tcy_staker GET /thorchain/tcy_staker/{address}
TCYStakersApi tcy_stakers GET /thorchain/tcy_stakers
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 vault_solvency GET /thorchain/vaults/solvency
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-3.17.0.tar.gz (123.5 kB view details)

Uploaded Source

Built Distribution

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

xchainpy2_thornode-3.17.0-py3-none-any.whl (442.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xchainpy2_thornode-3.17.0.tar.gz
  • Upload date:
  • Size: 123.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for xchainpy2_thornode-3.17.0.tar.gz
Algorithm Hash digest
SHA256 92b7b6c01e891d98b5ec196ea4ab257171e51d62cc9150a1e6a5179a0ce0ca21
MD5 5042ac47b7a6cd3a4d697f6e0eade345
BLAKE2b-256 23034281b395e88a46693fd2f754453c25c830fa7e7f38364710af909d9872eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xchainpy2_thornode-3.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6172629b955e7c9fbcea7659d7a7167bd2f1859a3bb24aa6748140a526bdc919
MD5 f417828fd09e0edaca131dfb1c5d0c78
BLAKE2b-256 3ad40512a974d042660a160518c773e4dbbb32593c576729b2df166b1b935a87

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