Base URL
Auth
Send your Centaur API key in thex-api-key header.
First request
What REST gives you
- Scope-gated reads across the partner feed, discovery, events, messages, generated summaries, positions, and stats
- Forward-only cursor pagination on list endpoints
- Response envelopes with stable request IDs and echoed applied bounds where relevant
- A generated OpenAPI reference with endpoint, parameter, and schema details
- A secondary Swagger UI if you want a quick interactive view
Current endpoint families
GET /api/v1/tradersGET /api/v1/assetsGET /api/v1/eventsGET /api/v1/messagesGET /api/v1/feedGET /api/v1/channel-summariesGET /api/v1/aggregate-summariesGET /api/v1/positionsGET /api/v1/positions/openGET /api/v1/traders/statsGET /api/v1/assets/statsGET /api/v1/traders/rankingsGET /api/v1/activity-summariesGET /api/v1/openapi.json
Operational endpoint
GET /healthz
Pagination essentials
limitaccepts up to200on general list reads and up to100source-message groups on the partner feedmeta.nextCursoradvances forward from the current page- cursors remain usable if matching rows disappear between requests
- pagination reflects the current eligible set and is not a frozen snapshot
- historical list reads may default to a bounded time window when
startTimeandendTimeare omitted - historical list reads echo the applied bounds in
data.meta.appliedTimeRange