Function cryptoapis::apis::automatic_tokens_forwarding_api::list_tokens_forwarding_automations[][src]

pub async fn list_tokens_forwarding_automations(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListTokensForwardingAutomationsResponse, Error<ListTokensForwardingAutomationsError>>
Expand description

Through this endpoint customers can list all of their tokens forwarding automations (not coins). Customers can set up automatic forwarding functions for tokens by setting a fromAddress and a toAddress, and specifying the amount that can be transferred between addresses. A feePriority will be returned which represents the fee priority of the automation whether it is "SLOW", "STANDARD" OR "FAST". {warning}The subscription will work for all incoming transactions until it is deleted. There is no need to do that for every transaction.{/warning}