curl --location --request GET 'https://api-c.walletlabels.xyz/ethereum/mev_labels?address=0x6b75d8af000000e20b7a7ddf000ba900b4009a80' \ --header 'Content-Type: application/json' \ --header 'x-api-key: demo-api-key-x-00000'
{ "data": [ { "blockchain": "Ethereum", "address": "0x6b75d8af000000e20b7a7ddf000ba900b4009a80", "label": "MEV", "label_subtype": "Arbitrage", "last_tx": [ "0x45712296083971f41975d0298a807fbb96003d10f5aafa29e362302e8a764596" ], "protocols": ["uniswap_v2"] }, { "blockchain": "Ethereum", "address": "0x6b75d8af000000e20b7a7ddf000ba900b4009a80", "label": "MEV", "label_subtype": "Sandwich", "last_tx": [ "0x45712296083971f41975d0298a807fbb96003d10f5aafa29e362302e8a764596", "0xf48f5d6e284a8d8de1c6cc8f6ee1c609a704b65f40fe326a44619fec415d8790" ], "protocols": [""] } // ... more results ... ] }
Retrieve user-friendly MEV labels for Ethereum addresses. Labels can be incredibly useful for categorizing your Ethereum interactions.
Show Label Object