Overview
This endpoint returns a paginated list of token transparency framework reports, with scores across four key categories: Project & Team, Token Allocation, Market Structure, and Financial Disclosure. This powers the Token Transparency page on the Blockworks website.Example Request
Example Response
A successful response returns a paginated list of transparency reports.Supported Options
Name | Type | Details | Available Options |
---|---|---|---|
expand | query | Expand related data. | asset |
limit | query | The number of reports to return (max: 100, default: 100) | 1-100 |
page | query | The page number to return. | any numeric value |
order_by | query | Field to order results by. | asset.title , project_team , token_allocation , market_structure , financial_disclosure , total |
order_dir | query | Order direction for results. Default is asc (ascending). | asc , desc |
Related Endpoints
Authorizations
Query Parameters
Required range:
1 <= x <= 2147483647
Required range:
1 <= x <= 100
Maximum length:
65535
Available options:
asc
, desc
Response
The response is of type any
.