Function cryptoapis::apis::create_subscriptions_for_api::new_confirmed_internal_transactions_and_each_confirmation[][src]

pub async fn new_confirmed_internal_transactions_and_each_confirmation(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    new_confirmed_internal_transactions_and_each_confirmation_rb: Option<NewConfirmedInternalTransactionsAndEachConfirmationRb>
) -> Result<NewConfirmedInternalTransactionsAndEachConfirmationR, Error<NewConfirmedInternalTransactionsAndEachConfirmationError>>
Expand description

Through this endpoint customers can create callback subscriptions for a specific event. In this case the event is when there are new confirmed internal transactions. Includes also a response at each confirmation the transaction receives until the specified confirmations limit is reached. By creating this subscription the user will be notified by Crypto APIs 2.0 when that event occurs. Being confirmed means that the transactions are verified by miners and added to the next block. {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}