Token Transparency
Get Filing Detail
Retrieve one published Token Transparency filing with its full content
GET
Get Filing Detail
Overview
This endpoint returns one published Token Transparency filing with its full content: the project, the filing metadata, the pinned schema (sections and question definitions), and the answers keyed by question id. Use thefiling_id values from the List Filings endpoint as the id path parameter.
Unlike other Blockworks API endpoints, this endpoint is public and does not require an API key.
Example Request
Example Response
A successful response returns the project, the filing, the schema the filing was submitted against, and the answers. The example below is truncated to one section and two questions: one complete answer and one gap.Supported Options
Response Fields
All answer text and table cell values are markdown strings.
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.