Function cryptoapis::apis::automatic_coins_forwarding_api::list_coins_forwarding_automations[][src]

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

Through this endpoint customers can list all of their coins forwarding automations (not tokens). Customers can set up automatic forwarding functions for coins 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}