Module cryptoapis::apis::transactions_api[][src]

Enums

struct for typed errors of method create_coins_transaction_request_from_address

struct for typed errors of method create_coins_transaction_request_from_wallet

struct for typed errors of method create_tokens_transaction_request_from_address

Functions

Through this endpoint users can create a new single transaction request from one address to another.

Through this endpoint users can create a new transaction request from the entire Wallet instead from just a specific address. This endpoint can generate transactions from multiple to multiple addresses. {warning}This is available only for UTXO-based protocols such as Bitcoin, Bitcoin Cash, Litecoin, etc. It is not available for Account-based protocols like Ethereum.{/warning}

Through this endpoint users can make a single token transaction. {warning}This applies only to fungible tokens, not NFTs (non-fungible tokens).{/warning} {note}To have an operational callback subscription, you need to first verify a domain for the Callback URL. Please see more information on Callbacks here.{/note} {warning}Crypto APIs will notify the user only when the event occurs. There are cases when the specific event doesn’t happen at all, or takes a long time to do so. A callback notification will not be sent if the event does not or cannot occur, or will take long time to occur.{/warning}