Skip to main content
GET
Latest high-volume (whale) spot trades

Authorizations

x-api-key
string
header
required

Query Parameters

minVolume
enum<number>
default:1000

Minimum absolute USD volume. Allowed: 1000, 2500, 5000, 10000. Default 1000.

Available options:
1000,
2500,
5000,
10000
cursor
string

Pagination cursor. Prefer the opaque nextCursor from the previous response (base64url JSON of time/tx/token/side/wallet). A raw millisecond timestamp is also accepted.

limit
integer
default:250

Page size. Default 250, max 500.

Required range: 1 <= x <= 500
showMeta
boolean
default:false

When true, attach meta.from / meta.to token metadata and historical prices.

hideArb
boolean
default:false

Token-scoped KOL only. Keep rows where from or to matches the path token.

sortDirection
enum<string>
default:DESC

Only DESC is supported.

Available options:
DESC

Response

Latest spot trades

trades
object[]
required
nextCursor
string | null
required

Opaque base64url cursor for the next page

hasNextPage
boolean
required
sortDirection
enum<string>
required
Available options:
DESC
minVolume
enum<number>

Echoed request filter

Available options:
1000,
2500,
5000,
10000