Authorizations
Path Parameters
Query Parameters
Response
The response is of type any
.
curl --request GET \
--url https://api.blockworks.com/v1/transparency/{id} \
--header 'x-api-key: <api-key>'
{
"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
}
}
Retrieves detailed transparency framework score for a specific project including ratings across four key categories.
curl --request GET \
--url https://api.blockworks.com/v1/transparency/{id} \
--header 'x-api-key: <api-key>'
{
"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
}
}
Show child attributes
The response is of type any
.