Skip to main content
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.

Query Parameters

project_slugs
string[]

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: 50
Maximum string length: 100
tickers
string[]

Asset tickers to filter by (at most one of project_slugs or tickers; omit both to list all projects with published filings)

Maximum array length: 50
Maximum string length: 20
latest
boolean
default:false

When true, return only the most recent filing per filing type for each project

Response

page
integer
required
data
object[]
required
total
integer
required

Number of project groups returned