> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Transparency Framework

> Published Token Transparency Framework filings: the projects that filed, each filing, its answers question by question, and the versioned question sets the filings follow.

All four models are public tables.

## Endpoints

| Model                                                                                                                           | Access                                  | Table                                                                                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Token Transparency Filing Questions](/api-reference/data-api/token-transparency-framework/token-transparency-filing-questions) | Token\_transparency\_framework\_unified | [List rows](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filing-questions), [One row](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filing-questions-by-id) |
| [Token Transparency Filing Schemas](/api-reference/data-api/token-transparency-framework/token-transparency-filing-schemas)     | Token\_transparency\_framework\_unified | [List rows](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filing-schemas), [One row](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filing-schemas-by-id)     |
| [Token Transparency Filings](/api-reference/data-api/token-transparency-framework/token-transparency-filings)                   | Token\_transparency\_framework\_unified | [List rows](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filings), [One row](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filings-by-id)                   |
| [Token Transparency Projects](/api-reference/data-api/token-transparency-framework/token-transparency-projects)                 | Token\_transparency\_framework\_unified | [List rows](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-projects), [One row](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-projects-by-id)                 |

## Example

```bash curl theme={null}
curl "https://api.blockworks.com/query/tabular/token-transparency-filing-questions?pageSize=3&selections=id,filingID,questionID,schemaID" \
  -H "X-Blockworks-API-Key: $BLOCKWORKS_API_KEY"
```

See [List Token Transparency Filing Questions](/api-reference/data-api/token-transparency-framework/tabular-token-transparency-filing-questions) for the response and the errors.

## Guides

<CardGroup cols={2}>
  <Card title="Filtering and pagination" icon="filter" href="/getting-started/filtering-pagination">
    Filter suffixes, sorting, column selection and paging.
  </Card>

  <Card title="Tabular vs timeseries" icon="book" href="/getting-started/concepts/tabular-vs-timeseries">
    The two model kinds, their URL shapes, and when to reach for each.
  </Card>
</CardGroup>
