Skip to main content
GET /api/v1/callouts/feed · GET /api/v1/callouts/token/{mint}
Callouts are public token calls posted by OceanX users. Each callout tracks the clicks, distinct traders and USD volume it drove, and the creator earns a share of platform fees on that attributed volume. These endpoints are read-only. Both require the md.read scope (on every key by default) and use the standard REST budget.

Global feed

GET /api/v1/callouts/feed

Callouts for one token

GET /api/v1/callouts/token/{mint}

Response

Both endpoints return a CalloutPage:
Field notes:
  • priceUsdAtCreate is the server-resolved token price when the callout was posted — the baseline for ”% since callout”. null when no price resolved.
  • attributedVolumeUsd / earnedUsd / pointsAwarded update as attributed trades settle; traderCount counts distinct traders.
  • The public share page for any callout is https://www.oceanx.trade/c/{id}.
  • Creating callouts is app-only for now (token page → megaphone); the API surface is read-only.