{
"data": {
"address": "<string>",
"summary": {
"total_volume_usd": 123,
"transaction_count": 123,
"received_count": 123,
"first_seen": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"avg_swap_usd": 123
},
"relations": {
"frequent_counterparts": [
{
"address": "<string>",
"count": 123,
"volume_usd": 123
}
],
"received_from": [
{
"address": "<string>",
"count": 123,
"volume_usd": 123
}
]
},
"top_pairs": [
{}
],
"volume_timeline": [
{
"date": "<string>",
"count": 123,
"volume_usd": 123
}
],
"activity_heatmap": [
{
"date": "<string>",
"count": 123
}
],
"recent_txs": [
{
"id": "<string>",
"tx_hash": "<string>",
"from_asset": "<string>",
"to_asset": "<string>",
"from_address": "<string>",
"to_address": "<string>",
"volume_usd": 123,
"protocol": "<string>",
"swap_date": "2023-11-07T05:31:56Z",
"from_symbol": "<string>",
"to_symbol": "<string>",
"from_chain": "<string>",
"to_chain": "<string>"
}
]
}
}