Methods
| Method | Endpoint | Description |
|---|---|---|
list(params?) | GET /v1/series | List all series |
retrieve(id) | GET /v1/series/id/{id} | Get series by ID |
list
Get a list of all series with optional filtering.Parameters
| Parameter | Type | Description |
|---|---|---|
limit | int | Maximum results |
offset | int | Pagination offset |
slug | list[str] | Filter by slugs |
active | bool | Filter by active status |
closed | bool | Filter by closed status |
archived | bool | Filter by archived status |
recurrence | str | Filter by recurrence (daily, weekly, etc.) |
Response Fields
| Field | Type | Description |
|---|---|---|
id | int | Unique series identifier |
slug | str | URL-friendly identifier |
title | str | Series title |
subtitle | str | Series subtitle |
description | str | Series description |
seriesType | str | Type of series |
recurrence | str | Recurrence pattern |
active | bool | Whether series is active |
volume | str | Total trading volume |
liquidity | str | Current liquidity |