Module cryptoapis::apis::informative_api[][src]

Enums

struct for typed errors of method get_transaction_request_details

struct for typed errors of method get_wallet_asset_details

struct for typed errors of method list_deposit_addresses

struct for typed errors of method list_supported_tokens

struct for typed errors of method list_wallet_transactions

Functions

Through this endpoint customers can obtain details on transaction request. {note}This regards transaction requests, which is not to be confused with transactions. Transaction requests may not be approved due to any reason, hence a transaction may not occur.{/note}

Through this endpoint customers can obtain details about a specific Wallet/Vault.

Through this endpoint customers can pull a list of Deposit/Receiving Addresses they have already generated. {note}Please note that listing data from the same type will apply pagination on the results.{/note}

Through this endpoint customers can obtain information on multiple tokens at once.

Through this endpoint customers can list Transactions from and to their Wallet. The data returned will include transactionId, direction of the transaction - incoming or outgoing, amount and more.