Token Transparency
List Filings
Retrieve published Token Transparency filings grouped by project
GET
List Public Filings
Overview
This endpoint returns published Token Transparency filings grouped by project. Each project group includes the project’s slug, name, and ticker, along with its filings and their completion and staleness status. Unlike other Blockworks API endpoints, this endpoint is public and does not require an API key.Example Request
Example Response
A successful response returns filings grouped by project, sorted by project slug.Supported Options
Omit both
project_slugs and tickers to list all projects with published filings. Providing both returns a 400 error.
Response Fields
Notes
- Responses are cached at the edge for up to 5 minutes (
Cache-Control: public, max-age=300). - No API key or authentication header is needed for this endpoint.
Related Endpoints
Query Parameters
Project slugs to filter by (at most one of project_slugs or tickers; omit both to list all projects with published filings)
Maximum array length:
50Maximum string length:
100Asset tickers to filter by (at most one of project_slugs or tickers; omit both to list all projects with published filings)
Maximum array length:
50Maximum string length:
20When true, return only the most recent filing per filing type for each project