List Series
Returns event series generated from the synced Gamma catalog
Query Parameters
limit?integer
Maximum number of rows to return.
Default
100Range
1 <= value <= 500offset?integer
Offset for pagination.
Default
0Range
0 <= valuecreator?string
Optional creator filter. Use a creator wallet address or a site identifier to scope results to markets available on that site.
Response Body
application/json
curl -X GET "https://gamma-api.axes.co/series"[
{
"id": "string",
"ticker": "string",
"slug": "string",
"title": "string",
"seriesType": "string",
"recurrence": "string",
"image": "string",
"icon": "string",
"active": true,
"closed": true,
"archived": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"events": [
{
"id": "string",
"ticker": "string",
"slug": "string",
"title": "string",
"description": "string",
"resolutionSource": "string",
"startDate": "2019-08-24T14:15:22Z",
"creationDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"image": "string",
"icon": "string",
"active": true,
"closed": true,
"archived": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}
]