Rust API client for cryptoapis

Crypto APIs 2.0 is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

Installation

Put the package under your project folder and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./generated" }

Documentation for API Endpoints

All URIs are relative to https://rest.cryptoapis.io/v2

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- AssetsApi | listassetsdetails | get /market-data/assets/details | List Assets Details AutomaticCoinsForwardingApi | createautomaticcoinsforwarding | post /blockchain-automations/{blockchain}/{network}/coins-forwarding/automations | Create Automatic Coins Forwarding *AutomaticCoinsForwardingApi* | deleteautomaticcoinsforwarding | delete /blockchain-automations/{blockchain}/{network}/coins-forwarding/automations/{referenceId} | Delete Automatic Coins Forwarding AutomaticCoinsForwardingApi | listcoinsforwardingautomations | get /blockchain-automations/{blockchain}/{network}/coins-forwarding/automations | List Coins Forwarding Automations *AutomaticTokensForwardingApi* | addtokenstoexistingfromaddress | post /blockchain-automations/{blockchain}/{network}/tokens-forwarding/automations/add-token | Add Tokens To Existing fromAddress AutomaticTokensForwardingApi | createautomatictokensforwarding | post /blockchain-automations/{blockchain}/{network}/tokens-forwarding/automations | Create Automatic Tokens Forwarding *AutomaticTokensForwardingApi* | deleteautomatictokensforwarding | delete /blockchain-automations/{blockchain}/{network}/tokens-forwarding/automations/{referenceId} | Delete Automatic Tokens Forwarding AutomaticTokensForwardingApi | getfeeaddressdetails | get /blockchain-automations/{blockchain}/{network}/tokens-forwarding/fee-addresses | Get Fee Address Details *AutomaticTokensForwardingApi* | listtokensforwardingautomations | get /blockchain-automations/{blockchain}/{network}/tokens-forwarding/automations | List Tokens Forwarding Automations CreateSubscriptionsForApi | minedtransaction | post /blockchain-events/{blockchain}/{network}/subscriptions/transaction-mined | Mined transaction *CreateSubscriptionsForApi* | newblock | post /blockchain-events/{blockchain}/{network}/subscriptions/block-mined | New Block CreateSubscriptionsForApi | newconfirmedcoinstransactions | post /blockchain-events/{blockchain}/{network}/subscriptions/address-coins-transactions-confirmed | New confirmed coins transactions *CreateSubscriptionsForApi* | newconfirmedcoinstransactionsandeachconfirmation | post /blockchain-events/{blockchain}/{network}/subscriptions/address-coins-transactions-confirmed-each-confirmation | New confirmed coins transactions and each confirmation *CreateSubscriptionsForApi* | newconfirmedtokenstransactions | post /blockchain-events/{blockchain}/{network}/subscriptions/address-tokens-transactions-confirmed | New confirmed tokens transactions CreateSubscriptionsForApi | newconfirmedtokenstransactionsandeachconfirmation | post /blockchain-events/{blockchain}/{network}/subscriptions/address-tokens-transactions-confirmed-each-confirmation | New confirmed tokens transactions and each confirmation CreateSubscriptionsForApi | newunconfirmedcoinstransactions | post /blockchain-events/{blockchain}/{network}/subscriptions/address-coins-transactions-unconfirmed | New unconfirmed coins transactions *CreateSubscriptionsForApi* | newunconfirmedtokenstransactions | post /blockchain-events/{blockchain}/{network}/subscriptions/address-tokens-transactions-unconfirmed | New unconfirmed tokens transactions DefaultApi | getcontractdetailsbyaddress | get /blockchain-data/{blockchain}/{network}/addresses/{contractAddress}/contract | Get Contract Details by Address ExchangeRatesApi | getexchangeratebyassetsymbols | get /market-data/exchange-rates/by-symbols/{fromAssetSymbol}/{toAssetSymbol} | Get Exchange Rate By Asset Symbols *ExchangeRatesApi* | getexchangeratebyassetsids | get /market-data/exchange-rates/by-asset-ids/{fromAssetId}/{toAssetId} | Get Exchange Rate By Assets IDs ManageSubscriptionsApi | deleteblockchaineventsubscription | delete /blockchain-events/{blockchain}/{network}/subscriptions/{referenceId} | Delete Blockchain Event Subscription *ManageSubscriptionsApi* | listblockchaineventssubscriptions | get /blockchain-events/{blockchain}/{network}/subscriptions | List Blockchain Events Subscriptions MetadataApi | listsupportedassets | get /market-data/assets/supported | List Supported Assets OmniLayerApi | getomnitransactiondetailsbytransactionid_txid | get /blockchain-data/{blockchain}/{network}/omni/transactions/{transactionId} | Get Omni Transaction Details By Transaction ID (Txid) *OmniLayerApi* | getunconfirmedomnitransactionbytransactionidtxid | get /blockchain-data/{blockchain}/{network}/omni/transactions-unconfirmed/{transactionId} | Get Unconfirmed Omni Transaction By Transaction ID (Txid) *OmniLayerApi* | listomnitokensbyaddress | get /blockchain-data/{blockchain}/{network}/omni/addresses/{address} | List Omni Tokens By Address *OmniLayerApi* | listomnitransactionsbyaddress | get /blockchain-data/{blockchain}/{network}/omni/addresses/{address}/transactions | List Omni Transactions By Address *OmniLayerApi* | listomnitransactionsbyblockhash | get /blockchain-data/{blockchain}/{network}/omni/blocks/hash/{blockHash}/transactions | List Omni Transactions By Block Hash OmniLayerApi | listomnitransactionsbyblockheight | get /blockchain-data/{blockchain}/{network}/omni/blocks/height/{blockHeight}/transactions | List Omni Transactions By Block Height *OmniLayerApi* | listunconfirmedomnitransactionsbyaddress | get /blockchain-data/{blockchain}/{network}/omni/address-transactions-unconfirmed/{address} | List Unconfirmed Omni Transactions By Address OmniLayerApi | listunconfirmedomnitransactionsbypropertyid | get /blockchain-data/{blockchain}/{network}/omni/properties/{propertyId}/transactions | List Unconfirmed Omni Transactions By Property ID TokensApi | listtokensbyaddress | get /blockchain-data/{blockchain}/{network}/addresses/{address}/tokens | List Tokens By Address *TokensApi* | listtokenstransfersbyaddress | get /blockchain-data/{blockchain}/{network}/addresses/{address}/tokens-transfers | List Tokens Transfers By Address *TokensApi* | listtokenstransfersbytransactionhash | get /blockchain-data/{blockchain}/{network}/transactions/{transactionHash}/tokens-transfers | List Tokens Transfers By Transaction Hash UTXOBasedApi | gethdwallet_xpubypubzpubdetails | get /blockchain-data/{blockchain}/{network}/hd/{extendedPublicKey}/details | Get HD Wallet (xPub, yPub, zPub) Details *UTXOBasedApi* | listhdwalletxpubypubzpubtransactions | get /blockchain-data/{blockchain}/{network}/hd/{extendedPublicKey}/transactions | List HD Wallet (xPub, yPub, zPub) Transactions *UTXOBasedApi* | synchdwalletxpubypubzpub | post /blockchain-data/{blockchain}/{network}/hd/sync | Sync HD Wallet (xPub, yPub, zPub) UnifiedEndpointsApi | getaddressdetails | get /blockchain-data/{blockchain}/{network}/addresses/{address} | Get Address Details UnifiedEndpointsApi | getblockdetailsbyblockhash | get /blockchain-data/{blockchain}/{network}/blocks/hash/{blockHash} | Get Block Details By Block Hash *UnifiedEndpointsApi* | getblockdetailsbyblockheight | get /blockchain-data/{blockchain}/{network}/blocks/height/{height} | Get Block Details By Block Height UnifiedEndpointsApi | getfeerecommendations | get /blockchain-data/{blockchain}/{network}/mempool/fees | Get Fee Recommendations UnifiedEndpointsApi | getlatestminedblock | get /blockchain-data/{blockchain}/{network}/blocks/last | Get Latest Mined Block *UnifiedEndpointsApi* | gettransactiondetailsbytransactionid | get /blockchain-data/{blockchain}/{network}/transactions/{transactionId} | Get Transaction Details By Transaction ID UnifiedEndpointsApi | listtransactionsbyaddress | get /blockchain-data/{blockchain}/{network}/addresses/{address}/transactions | List Transactions By Address *UnifiedEndpointsApi* | listtransactionsbyblockhash | get /blockchain-data/{blockchain}/{network}/blocks/hash/{blockHash}/transactions | List Transactions by Block Hash *UnifiedEndpointsApi* | listtransactionsbyblockheight | get /blockchain-data/{blockchain}/{network}/blocks/height/{height}/transactions | List Transactions by Block Height *ValidatingApi* | validateaddress | post /blockchain-tools/{blockchain}/{network}/addresses/validate | Validate Address XRPRippleApi | getlatestminedxrprippleblock | get /blockchain-data/xrp/{network}/blocks/last | Get Latest Mined XRP (Ripple) Block XRPRippleApi | getxrprippleaddressdetails | get /blockchain-data/xrp/{network}/addresses/{address} | Get XRP (Ripple) Address Details *XRPRippleApi* | getxrp_rippleblockdetailsbyblockhash | get /blockchain-data/xrp/{network}/blocks/hash/{blockHash} | Get XRP (Ripple) Block Details By Block Hash XRPRippleApi | getxrprippleblockdetailsbyblockheight | get /blockchain-data/xrp/{network}/blocks/height/{height} | Get XRP (Ripple) Block Details By Block Height XRPRippleApi | getxrprippletransactiondetailsbytransactionid | get /blockchain-data/xrp/{network}/transactions/{transactionHash} | Get XRP (Ripple) Transaction Details By Transaction ID XRPRippleApi | listxrprippletransactionsbyaddress | get /blockchain-data/xrp/{network}/addresses/{address}/transactions | List XRP (Ripple) Transactions by Address XRPRippleApi | listxrprippletransactionsbyblock_hash | get /blockchain-data/xrp/{network}/blocks/hash/{blockHash}/transactions | List XRP (Ripple) Transactions By Block Hash

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

developers@cryptoapis.io