curl --request GET \
--url https://api.blockworks.com/v1/transparency \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 1,
"asset_id": 345426,
"summary": "",
"created_at": 1755624545,
"updated_at": 1758051174,
"project_team": {
"rating": 10,
"max": 10
},
"token_allocation": {
"rating": 17,
"max": 18
},
"market_structure": {
"rating": 7,
"max": 7
},
"financial_disclosure": {
"rating": 4,
"max": 5
}
}
],
"total": 27,
"page": 1
}Returns a paginated list of token transparency framework reports with scores across four key categories.
curl --request GET \
--url https://api.blockworks.com/v1/transparency \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 1,
"asset_id": 345426,
"summary": "",
"created_at": 1755624545,
"updated_at": 1758051174,
"project_team": {
"rating": 10,
"max": 10
},
"token_allocation": {
"rating": 17,
"max": 18
},
"market_structure": {
"rating": 7,
"max": 7
},
"financial_disclosure": {
"rating": 4,
"max": 5
}
}
],
"total": 27,
"page": 1
}1 <= x <= 21474836471 <= x <= 100asset 65535asc, desc