REST APIWallet & TransactWebhook

DEL

Removing a webhook will cause new events of the specified type to no longer trigger HTTP callbacks to your URLs.

Path Params

  • coin string required
    A cryptocurrency or token ticker symbol.

Body Params

object

  • type string enum required
    blockwallet_confirmation
  • url string uri required
  • id string

    matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

object

  • removed integer
    Number of block webhooks removed.