GET
/
v1
/
transparency
/
{id}
Get Token Transparency Report
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
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Query Parameters

expand
enum<string>[]

Response

The response is of type any.