I have hex transactions and the address of the original wallet etc but the question is, is it possible to somehow get how many people bought/sold/swapped etc. Here is an example of a wallet: click
I write in python using docs.etherscan.io, but I can't find a way how I can get the name of the coin with which it performs actions
I tried a lot of things, but I can't tell you what, because I don't remember much, but all I could do was just get this json
[
{
"blockNumber": "17889320",
"timeStamp": "1691728847",
"from": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"to": "0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad",
"value": "35915814404097012133",
"contractAddress": "",
"input": "",
"type": "call",
"gas": "2300",
"gasUsed": "80",
"isError": "0",
"errCode": ""
},
{
"blockNumber": "17889320",
"timeStamp": "1691728847",
"from": "0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad",
"to": "0x246f30a35942a288a4d7bca991cd1fa400609841",
"value": "359158144097012133",
"contractAddress": "",
"input": "",
"type": "call",
"gas": "44849",
"gasUsed": "0",
"isError": "0",
"errCode": ""
}
]