Hifi · AsyncAPI Specification

Hifi Webhooks

Version

View Spec View on GitHub CompanyStablecoinsPaymentsMoney MovementOn-RampOff-RampCryptoFintechKYCVirtual AccountsCross-ChainFinancial InfrastructureAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.hifi.com/webhooks
type: Webhooks
transport: https
registration: >-
  Webhook endpoints are configured in the Hifi Dashboard under Developer >
  Webhooks. The endpoint must be HTTPS. On registration you receive a webhook
  secret (public key) used for signature verification.
signature:
  scheme: JWT
  algorithm: RS256
  header: 'Authorization: Bearer <token>'
  verification: >-
    Extract the JWT from the Authorization header and verify it with your
    webhook public key using RS256; reject with 401 if verification fails.
delivery:
  ack: Endpoint must return a 2xx status to acknowledge receipt.
  retry: Failed deliveries are retried for up to 24 hours with exponential
    backoff. 4xx responses are not retried.
envelope:
  fields:
    eventId: Unique identifier for the event
    eventCategory: Domain category of the event
    eventType: CATEGORY.OPERATION style event type
    eventAction: CREATE | UPDATE | DELETE
    data: Event-specific payload
    createdAt: ISO timestamp when the event was generated
    timestamp: ISO timestamp when the event was delivered
    version: Envelope version (v2)
event_categories:
- name: User
  description: User creation and updates
- name: KYC
  description: KYC data and status changes
- name: Wallet
  description: Wallet transfers, bridges, and token balance updates
- name: Account
  description: Onramp, offramp, and virtual account creation/updates
- name: Onramp
  description: Onramp transfer creation and status updates
- name: Offramp
  description: Offramp transfer creation and status updates

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/hifi-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.