{
"metadata": {
"dt_update": "<string>",
"ts_update": 123,
"identified_supply": {
"share_in_cexs": 123,
"share_in_dexs": 123,
"share_in_other_contracts": 123
}
},
"nodes": {
"top_holders": [
{
"address": "<string>",
"address_details": {
"degree": 123,
"is_supernode": true,
"is_contract": true,
"is_cex": true,
"is_dex": true,
"inward_relations": 123,
"outward_relations": 123,
"label": "<string>",
"entity_id": "<string>",
"first_activity_date": "2023-11-07T05:31:56Z"
},
"holder_data": {
"amount": 123,
"rank": 123,
"share": 123
},
"is_shown_on_map": true
}
],
"magic_nodes": [
{
"address": "<string>",
"address_details": {
"degree": 123,
"is_supernode": true,
"is_contract": true,
"is_cex": true,
"is_dex": true,
"inward_relations": 123,
"outward_relations": 123,
"label": "<string>",
"entity_id": "<string>",
"first_activity_date": "2023-11-07T05:31:56Z"
},
"is_shown_on_map": true
}
]
},
"relationships": [
{
"from_address": "<string>",
"to_address": "<string>",
"data": {
"total_value": 123,
"total_transfers": 123,
"first_date": 123,
"last_date": 123,
"token_ref": {
"chain": "eth",
"address": "<string>"
}
},
"rel_type": "GROUPED_TRANSFER"
}
],
"decentralization_score": 123,
"clusters": [
{
"share": 123,
"amount": 123,
"holder_count": 123,
"holders": [
"<string>"
]
}
]
}