Skip to main content
GET
Callouts for one token

Authorizations

Authorization
string
header
required

An OceanX API key, created in the app under Settings → Developer API. Send it as Authorization: Bearer ox_live_…. These endpoints require the md.read scope, which is on every key by default.

Path Parameters

mint
string
required

Base58 Solana mint address.

Query Parameters

sort
enum<string>
default:top
Available options:
top,
recent
limit
integer
default:20
Required range: 1 <= x <= 50
cursor
string

Response

A page of callouts for the mint.

callouts
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page; null when exhausted.