For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhook 訂閱清單

列出目前已建立的 Webhook 訂閱,方便查看哪些鏈上事件正在推送到你的系統。

get
Authorizations
X-API-KeystringRequired
Responses
200

查詢成功,回傳目前的訂閱清單

application/json

統一成功回應信封。

  • data:實際的業務資料(泛型 T,必須可序列化)。
  • meta:與這次請求有關的中繼資訊(request id、分頁、credit 用量等)。
get/v1/webhooks
GET /v1/webhooks HTTP/1.1
Host: api.blockchainsecurity.asia
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "data": [],
  "meta": {
    "request_id": "ecfbb684-3037-4757-a762-29a805d5dc86"
  }
}

Last updated

Was this helpful?