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.14.1
  • Package version: 3.14.1
  • 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 /

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
StreamingSwapApi stream_swap GET /thorchain/swap/streaming/{hash}
StreamingSwapApi stream_swaps GET /thorchain/swaps/streaming
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 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.14.1.tar.gz (119.4 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.14.1-py3-none-any.whl (424.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xchainpy2_thornode-3.14.1.tar.gz
  • Upload date:
  • Size: 119.4 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.14.1.tar.gz
Algorithm Hash digest
SHA256 c731158afc3a00c103d22d423210896839e5eaf7205bf29c0d61d2451a5ce37c
MD5 809ed8b8549c6c2d0a19749ae32920c9
BLAKE2b-256 bec7686c90a341546145600a9a56ee32a3446c7b5b417ce64ef46de60129c6ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xchainpy2_thornode-3.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b956499bd49b29bdf654542bdcf72af9aaeedf0e2b5d699d4461aa895cfc22d9
MD5 0904e95502dd36e8d1d9ee89283b27e3
BLAKE2b-256 1a8a5e1afcbde6f3d7dea8bd1db672ec614c60e2d6a393fbba8aa9e4fe501b80

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