pub async fn new_confirmed_internal_transactions_for_specific_amount(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    new_confirmed_internal_transactions_for_specific_amount_rb: Option<NewConfirmedInternalTransactionsForSpecificAmountRb>
) -> Result<NewConfirmedInternalTransactionsForSpecificAmountR, Error<NewConfirmedInternalTransactionsForSpecificAmountError>>
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 confirmed internal transactions and the amount is equal or higher than a value, specified by the customer. 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