Returns the paginated list of events currently participating in the Liquidity Rewards program. Public endpoint; no authentication required. Each event includes its daily reward pool, pool source, end timestamp, and qualifying maker count. Filter by category, search by title, and sort by daily pool, end time, title, category, or competition.
GETv1/prediction-markets/liquidity-rewards/events
curl --request GET \
--url 'https://api.gemini.com/v1/prediction-markets/liquidity-rewards/events?sort=daily_pool_desc&limit=20'
Query Parameters
categorystring
Comma-separated list of category names. Whitespace is trimmed and empty entries are dropped.
searchstring
Filter events by title substring (case-insensitive).
sortstring·enum
Sort order for the returned events. Defaults to daily_pool_desc.Enum values: daily_pool_descdaily_pool_ascends_soonestends_latesttitle_asctitle_desccategory_asccategory_desccompetition_asccompetition_descDefault: daily_pool_desc
limitinteger
Maximum number of events to return (default 50, clamped to [1, 100]).Default: 50