Skip to main content
GET
Combo daily activity
GET /v3/combos/activity/daily returns one zero-filled row for every UTC day in a bounded window. Use it to build daily Combo charts without paging and joining four separate feeds in your application. History is complete from 2026-05-29. The current UTC day is included but has complete: false because more activity can still arrive.

Request

Query parameters

An explicit range can contain at most 30 days, including both endpoints. It cannot begin before 2026-05-29 or end after the current UTC date.

Examples

Use a rolling period:
Use an inclusive date range:

Metric semantics

redeem_event_count and exact_redemption_count come from different canonical fact families. Do not assume they are equal on every day.

Completeness and no-go interpretations

  • complete_through is the last fully covered UTC date certified by all required checkpoints. A day after it has complete: false.
  • Zeroes are emitted only inside the documented coverage window. They mean no matching canonical facts were indexed for that day, not missing pagination.
  • Share volume is not USD notional. Do not put a dollar sign on it or add it to USD volume.
  • Signed BUY/SELL is not wallet direction and cannot establish wallet buys, wallet sells, or net platform flow.
  • This route does not reconstruct a historical active-Combo count or infer a state snapshot from lifecycle events.

Errors

The 503 body is intentionally generic. Retry the complete request; do not treat it as a zero-activity window.

Authorizations

x-api-key
string
header
required

Query Parameters

period
enum<string>
default:30d

Rolling UTC window. Do not combine with start_date or end_date.

Available options:
1d,
7d,
30d
start_date
string<date>

Inclusive UTC start date. Requires end_date; coverage begins 2026-05-29.

end_date
string<date>

Inclusive UTC end date. Requires start_date; the range can contain at most 30 days.

interval
enum<string>
default:day

Bucket interval. Only day is supported.

Available options:
day

Response

Complete bounded UTC-day activity rectangle.

start_date
string<date>
required
end_date
string<date>
required
interval
enum<string>
required
Available options:
day
timezone
enum<string>
required
Available options:
UTC
coverage_start
enum<string>
required
Available options:
2026-05-29
complete_through
string<date>
required
as_of
string<date-time>
required
as_of_block
integer<int64>
required
Required range: x >= 0
share_volume_unit
enum<string>
required
Available options:
shares
share_volume_semantics
string
required
side_semantics
string
required
count_semantics
object
required
days
object[]
required
Required array length: 1 - 30 elements