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* | newconfirmedinternaltransactions | POST /blockchain-events/{blockchain}/{network}/subscriptions/address-internal-transactions-confirmed | New confirmed internal transactions CreateSubscriptionsForApi | newconfirmedinternaltransactionsandeachconfirmation | POST /blockchain-events/{blockchain}/{network}/subscriptions/address-internal-transactions-confirmed-each-confirmation | New confirmed internal 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 *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 *FeaturesApi* | broadcastlocallysignedtransaction | POST /blockchain-tools/{blockchain}/{network}/transactions/broadcast | Broadcast Locally Signed Transaction FeaturesApi | validateaddress | POST /blockchain-tools/{blockchain}/{network}/addresses/validate | Validate Address *GeneratingApi* | generatedepositaddress | POST /wallet-as-a-service/wallets/{walletId}/{blockchain}/{network}/addresses | Generate Deposit Address *InformativeApi* | getwalletassetdetails | GET /wallet-as-a-service/wallets/{walletId}/{blockchain}/{network} | Get Wallet Asset Details InformativeApi | listdepositaddresses | GET /wallet-as-a-service/wallets/{walletId}/{blockchain}/{network}/addresses | List Deposit Addresses InformativeApi | listsupportedtokens | GET /wallet-as-a-service/info/{blockchain}/{network}/supported-tokens | List Supported Tokens InternalApi | getinternaltransactionbytransactionhashandoperationid | GET /blockchain-data/{blockchain}/{network}/transactions/{transactionHash}/internal/{operationId} | Get Internal Transaction by Transaction Hash and Operation Id InternalApi | listinternaltransactiondetailsbytransactionhash | GET /blockchain-data/{blockchain}/{network}/transactions/{transactionHash}/internal | List Internal Transaction Details by Transaction Hash 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 | getcontractdetailsbyaddress | GET /blockchain-data/{blockchain}/{network}/addresses/{contractAddress}/contract | Get Contract Details by Address 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 TransactionsApi | createcoinstransactionrequestfromaddress | POST /wallet-as-a-service/wallets/{walletId}/{blockchain}/{network}/addresses/{address}/transaction-requests | Create Coins Transaction Request from Address *TransactionsApi* | createcoinstransactionrequestfromwallet | POST /wallet-as-a-service/wallets/{walletId}/{blockchain}/{network}/transaction-requests | Create Coins Transaction Request from Wallet TransactionsApi | createtokenstransactionrequestfromaddress | POST /wallet-as-a-service/wallets/{walletId}/{blockchain}/{network}/addresses/{senderAddress}/token-transaction-requests | Create Tokens Transaction Request from Address *UTXOBasedApi* | gethdwalletxpubypubzpubdetails | 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 *XRPRippleApi* | getlatestminedxrp_rippleblock | GET /blockchain-data/xrp-specific/{network}/blocks/last | Get Latest Mined XRP (Ripple) Block XRPRippleApi | getxrprippleaddressdetails | GET /blockchain-data/xrp-specific/{network}/addresses/{address} | Get XRP (Ripple) Address Details *XRPRippleApi* | getxrp_rippleblockdetailsbyblockhash | GET /blockchain-data/xrp-specific/{network}/blocks/hash/{blockHash} | Get XRP (Ripple) Block Details By Block Hash XRPRippleApi | getxrprippleblockdetailsbyblockheight | GET /blockchain-data/xrp-specific/{network}/blocks/height/{blockHeight} | Get XRP (Ripple) Block Details By Block Height XRPRippleApi | getxrprippletransactiondetailsbytransactionid | GET /blockchain-data/xrp-specific/{network}/transactions/{transactionHash} | Get XRP (Ripple) Transaction Details By Transaction ID XRPRippleApi | listxrprippletransactionsbyaddress | GET /blockchain-data/xrp-specific/{network}/addresses/{address}/transactions | List XRP (Ripple) Transactions by Address XRPRippleApi | listxrprippletransactionsbyblockhash | GET /blockchain-data/xrp-specific/{network}/blocks/hash/{blockHash}/transactions | List XRP (Ripple) Transactions By Block Hash *XRPRippleApi* | listxrp_rippletransactionsbyblockheight | GET /blockchain-data/xrp-specific/{network}/blocks/height/{blockHeight}/transactions | List XRP (Ripple) Transactions By Block Height *ZilliqaApi* | getlatestminedzilliqablock | GET /blockchain-data/zilliqa-specific/{network}/blocks/last | Get Latest Mined Zilliqa Block *ZilliqaApi* | getzilliqaaddressdetails | GET /blockchain-data/zilliqa-specific/{network}/addresses/{address} | Get Zilliqa Address Details ZilliqaApi | getzilliqablockdetailsbyblockhash | GET /blockchain-data/zilliqa-specific/{network}/blocks/hash/{blockHash} | Get Zilliqa Block Details By Block Hash ZilliqaApi | getzilliqablockdetailsbyblockheight | GET /blockchain-data/zilliqa-specific/{network}/blocks/height/{blockHeight} | Get Zilliqa Block Details By Block Height ZilliqaApi | getzilliqatransactiondetailsbytransactionid | GET /blockchain-data/zilliqa-specific/{network}/transactions/{transactionHash} | Get Zilliqa Transaction Details by Transaction ID ZilliqaApi | listzilliqatransactionsbyaddress | GET /blockchain-data/zilliqa-specific/{network}/addresses/{address}/transactions | List Zilliqa Transactions by Address ZilliqaApi | listzilliqatransactionsbyblockhash | GET /blockchain-data/zilliqa-specific/{network}/blocks/hash/{blockHash}/transactions | List Zilliqa Transactions By Block Hash *ZilliqaApi* | listzilliqatransactionsbyblockheight | GET /blockchain-data/zilliqa-specific/{network}/blocks/height/{blockHeight}/transactions | List Zilliqa Transactions By Block Height

Documentation For Models

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

cargo doc --open

Author

developers@cryptoapis.io