---
title: "List all webhooks"
method: GET
path: "/v0/token/hooks/"
tags: ["Token"]
---

# List all webhooks

`GET /v0/token/hooks/`

List all active webhook subscriptions across all chains

## Response `200`

Successful Response

- Hook[]
  - `url` string, uri, required
  - `shared_secret_key` string, nullable — Optional shared secret key (32 characters), used to calculate the HMAC signature
  - `chain` 'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' | 'flare', required — The chain name
  - `active` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Changes

> 95 revisions in range; 1 not diffed.

- **2026-07-20** `7897dd82aeda` — 1 warning
  - added the new `flare` enum value to the `items/chain` response property for the response status `200`
- **2026-06-29** `5dd76e537ede` — 1 warning
  - added the new `robinhood` enum value to the `items/chain` response property for the response status `200`
- **2026-05-21** `ed1955d90f99` — 1 info
  - removed the `zero-network` enum value from the `items/chain` response property for the response status `200`
- **2026-05-18** `edc1bd1cc6f0` — 1 warning
  - added the new `kaia` enum value to the `items/chain` response property for the response status `200`
- **2026-04-10** `9f445a24d5a0` — 3 warning
  - added the new `megaeth` enum value to the `items/chain` response property for the response status `200`
  - added the new `sei` enum value to the `items/chain` response property for the response status `200`
  - added the new `tempo` enum value to the `items/chain` response property for the response status `200`

[Change history](https://skmtc.dev/blockaid-official/apis/blockaid-api/changes/v0/token/hooks/get.md)

---

[API](https://skmtc.dev/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.dev/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/e15b4bf2b25b/schema)
