Function cryptoapis::apis::transactions_api::create_tokens_transaction_request_from_address[][src]

pub async fn create_tokens_transaction_request_from_address(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    sender_address: &str,
    wallet_id: &str,
    context: Option<&str>,
    create_tokens_transaction_request_from_address_rb: Option<CreateTokensTransactionRequestFromAddressRb>
) -> Result<CreateTokensTransactionRequestFromAddressR, Error<CreateTokensTransactionRequestFromAddressError>>
Expand description

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}