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}