Syndicate · AsyncAPI Specification

Syndicate Webhooks

Version

View Spec View on GitHub BlockchainWeb3EthereumTransactionWalletsEVMInfrastructureSigningWebhookCryptographyAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://tc.docs.syndicate.io/infrastructure/webhooks
type: Webhooks
spec_type: none
note: >-
  Syndicate documents a webhook service but publishes no AsyncAPI document, so
  this artifact captures the webhook catalog (type Webhooks) rather than an
  AsyncAPI spec. NEVER fabricated — the shapes below are taken verbatim from the
  webhooks docs.
subscription:
  note: >-
    A single API call subscribes to all transaction status updates for a
    project; webhooks reconcile on-chain and off-chain sources for accuracy and
    are designed for reliability (faster than traditional indexers).
signing:
  header: Syndicate-Signature
  algorithm: HMAC-SHA256
  secret: per-endpoint signing secret
  format: 't=<unix_ms>,s=<hex_hmac>'
  example: 'syndicate-signature: t=823230245000,s=e212625c3ee9a48f940aab506f8c65915f4512fa0da46bc960878eb413d024b7'
  replay_protection: reject events whose timestamp is older than 5 minutes
  signed_payload_note: >-
    HMAC is computed over the JSON body plus an appended triggeredAt field,
    with keys in alphabetical order.
envelope:
  fields:
    data: CallbackInformation (event-specific object)
    eventType: EventType
    messageId: UUID
    triggeredAt: unix timestamp (ms, added for signature computation)
events:
- type: TransactionStatusChange
  description: >-
    Emitted when a transaction request changes status (e.g. PENDING, SUBMITTED,
    PROCESSED, CONFIRMED). Lets apps re-render, push notifications, or trigger
    background jobs as soon as a transaction is confirmed on-chain.

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/syndicate-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.