Add block webhook

Adds a webhook that will result in an HTTP callback at the specified URL from BitGo when events are triggered.

Types of block webhooks:

  1. Block webhooks will fire when a new block is seen on the coin network.
  2. Wallet confirmation webhooks will fire when a wallet has been initialized.
Path Params
string
required

A cryptocurrency or token ticker symbol.

Body Params
string
enum
required
Allowed:
uri
required

URL to fire the webhook to.

string

Label of the new webhook.

integer
≥ 0

Number of confirmations before triggering the webhook. If 0 or unspecified, requests will be sent to the callback endpoint when the transfer is first seen and when it is confirmed.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json