pub async fn new_confirmed_token_transactions_for_specific_amount(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    new_confirmed_token_transactions_for_specific_amount_rb: Option<NewConfirmedTokenTransactionsForSpecificAmountRb>
) -> Result<NewConfirmedTokenTransactionsForSpecificAmountR, Error<NewConfirmedTokenTransactionsForSpecificAmountError>>
Expand description

Through this endpoint customers can create callback subscriptions for a specific event and "amountHigherThan" value. In this case the event is when there are new incoming or outgoing confirmed token transactions for the specified blockchain and the amount is equal or higher than the value specified. By creating this subscription the user will be notified by Crypto APIs 2.0 when that event occurs, filtered for the specified amount. Being confirmed means that the transactions are verified by miners and added to the next block. This endpoint refers to tokens transactions only, not coins.