v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

get/api/wallets/webhooks/{id}

Path parameters

idstring required

Response

successboolean

Example response

{
  "success": true,
  "data": {
    "id": "wh_001",
    "walletId": "2AKz8JIIjbzMIpe6WXDO",
    "subscriptionId": "sub_123",
    "txId": "tx_001",
    "address": "0x5d8f3db6d8d1c84b1b8b1c4b5fd85906f0d5a0e0",
    "chain": "base",
    "webhookUrl": "https://example.com/webhooks/wallets",
    "status": "failed",
    "attempts": 3,
    "lastAttemptAt": 1712345699999,
    "lastError": "Webhook target returned 500",
    "responseStatusCode": 500,
    "createdAt": 1712345678901,
    "updatedAt": 1712345699999,
    "blockchainHookId": "hook_abc",
    "source": "provider",
    "sourceHookId": "src_123",
    "method": "POST",
    "requestHeaders": {
      "content-type": "application/json"
    },
    "responseBody": {
      "error": "server error"
    },
    "responseHeaders": {
      "content-type": "application/json"
    }
  }
}