Skip to main content
GET
List the curated partner feed

Authorizations

x-api-key
string
header
default:<api-key>
required

API key issued by Centaur.

Query Parameters

traderIds

Filter to specific trader IDs.

assetIds

Filter to specific asset IDs.

startTime
string<date-time>

Inclusive ISO-8601 lower time bound on source-message post time, clamped to the rolling seven-day feed window.

endTime
string<date-time>

Inclusive ISO-8601 upper time bound on source-message post time. Defaults to the request time.

limit
integer

Maximum number of source-message groups to return. Defaults to 20, maximum 100.

Required range: 1 <= x <= 100
cursor
string

Scroll-back cursor from meta.nextCursor; mutually exclusive with since.

Minimum string length: 1
since
string

Change-feed token from meta.nextCursor; returns groups changed after its ingestion watermark and is mutually exclusive with cursor.

Minimum string length: 1

Response

Paginated source-message groups with curated trading events

success
enum<boolean>
required
Available options:
true
data
object
required
requestId
string
required
Example:

"c8e2c6e4-80dd-4ffc-9d66-4e31bf64c6b8"

Last modified on August 21, 2026