Mammoth Media · AsyncAPI Specification

Mammoth Media Webhooks

Version

View Spec View on GitHub CompanyConsumerCryptocurrencyTradingCopy TradingFintechWebhookMCPDeveloper ToolsCLIAsyncAPIEvents

AsyncAPI Specification

mammoth-media-webhooks.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.tokenbot.com/home/api-docs/webhooks/overview ; .../events ; .../security
type: Webhooks
transport: HTTP POST
management:
  register: POST /v1/webhooks
  fields: [url, events]
  max_events_per_webhook: 20
  subscribe_all: '["*"]'
  cli: [webhooks list, webhooks add, webhooks remove, webhooks test]
delivery:
  acknowledge: respond 2xx
  retry: exponential backoff with dead-letter queue
  headers:
  - X-TokenBot-Event
  - X-TokenBot-Delivery-Id
  - X-TokenBot-Signature
  - X-TokenBot-Timestamp
security:
  signature_header: X-TokenBot-Signature
  algorithm: HMAC-SHA256
  signed_string: "${timestamp}.${raw_body}"
  format: "sha256=<hex>"
  replay_window: 5 minutes
payload_shape:
  fields: [event, event_id, timestamp, data]
event_families:
  count: 46
  canonical_source: "@tokenbot-org/data-models WebhookEvent enum"
  families:
  - name: trade
    events: [trade.created, trade.updated, trade.executed, trade.filled, trade.cancelled, trade.failed, trade.closed]
    note: trade.filled is a deprecated alias of trade.executed.
  - name: position
    events: [position.opened, position.closed]
  - name: strategy
    events: [strategy.created, strategy.updated, strategy.activated]
  commonly_fired: [trade, copier, copy, strategy, exchange, reward, withdrawal]
note: >-
  TokenBot documents a webhook surface but publishes no AsyncAPI document; this
  file captures the webhook catalog verbatim from the docs. The full 46-event
  enum lives in the @tokenbot-org/data-models package; the family/event lists
  above are the subset published on the events docs page.

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/mammoth-media-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.