latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Webhook

List block webhooks

Returns block webhooks. The types of webhooks are block and wallet_confirmation notifications.

get/api/v2/{coin}/webhooks

Path parameters

coinstring required

A cryptocurrency or token ticker symbol.

Example:btc

Response

OK

Example response

{
  "webhooks": [
    {
      "type": "transfer",
      "userId": "59cd72485007a239fb00282ed480da1f",
      "id": "59cd72485007a239fb00282ed480da1f",
      "label": "Test Webhook",
      "coin": "btc",
      "url": "https://your.server.com/webhook",
      "version": 2,
      "numConfirmations": 6,
      "state": "active"
    }
  ]
}