Function cryptoapis::apis::manage_subscriptions_api::list_blockchain_events_subscriptions[][src]

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

Through this endpoint the customer can obtain a list of their callback subscriptions for the available Blockchain events. Currently Crypto APIs 2.0 offers certain Blockchain event endpoints which allow the user to subscribe for one/a few/all and receive callback notifications when the specific event occurs. {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}