Overview
This endpoint returns a paginated list of charts available through the API. Use Get Chart Data to fetch the underlying chart data.Example Request
Example Response
Supported Options
Name | Type | Details |
---|---|---|
limit | query | The number of charts to return (1-100, default: 100). |
page | query | The page number to return (default: 1). |
search | query | Search term to filter charts by title or description. |
Notes
- Results are paginated — use
limit
andpage
query parameters to navigate. - Chart identifiers returned here can be used to retrieve chart data via other endpoints.
- Use the
search
parameter to find specific charts by keywords.
Related Endpoints
Authorizations
Query Parameters
Required range:
1 <= x <= 2147483647
Required range:
1 <= x <= 100
Maximum length:
255