Method | HTTP request | Description |
---|---|---|
getSeries | GET /series | Get Series |
getSeriesByTicker | GET /series/ | Get Series by Ticker |
getSeries
GetSeriesResponse getSeries()Get all market series
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
status | [string] | Filter by series status | (optional) defaults to undefined |
Return type
GetSeriesResponseAuthorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Series retrieved successfully | - |
401 | Unauthorized - authentication required | - |
500 | Internal server error | - |
getSeriesByTicker
GetSeriesByTickerResponse getSeriesByTicker()Get a single series by its ticker
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
ticker | [string] | The series ticker | defaults to undefined |
Return type
GetSeriesByTickerResponseAuthorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | Series retrieved successfully | - |
401 | Unauthorized - authentication required | - |
404 | Resource not found | - |
500 | Internal server error | - |