Skip to main content
GET
Global callout feed

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.

Query Parameters

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

Opaque cursor from the previous page's nextCursor.

Response

A page of callouts.

callouts
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page; null when exhausted.