Skip to content

Browse All Series

GET /series

Server: https://gamma.openfish.fun

Tags: Series


NameInTypeDefaultDescription
limitqueryinteger25Cap on the number of items returned (upper bound: 500)
offsetqueryinteger0Number of records to skip for pagination
orderquerystringvolumeField used for sorting. Accepted values: volume, liquidity, start_date, created_at
ascendingquerybooleanfalseWhether to sort in ascending order
closedquerybooleanNarrow results to closed or open series
slugquerystringMatch a specific series by slug
recurrencequerystringRestrict to a particular recurrence pattern

200 — A JSON array of Series objects.

[
{
"id": "s1",
"title": "Weekly Bitcoin Markets",
"slug": "weekly-bitcoin",
"seriesType": "recurring",
"recurrence": "weekly",
"volume": 250000,
"liquidity": 80000,
"active": true
}
]

Terminal window
curl "https://gamma.openfish.fun/series?limit=10&recurrence=weekly"