Blacklist API
Blacklist API
Retrieve a curated list of blacklisted addresses from authoritative sources. This dataset includes addresses from USDC and USDT blacklists, OFAC sanctioned addresses, EtherScamDB confirmed phishing entities, and Uniswap banned addresses (TRM Labs).
GET
/
blacklist
/
label
Authorization
Your API key for authentication.
Body
Specify up to 10 addresses for which you want to check if they are blacklisted, separated by commas.
Specify number of shown results.
Specify the starting point in the list of results for pagination. e.g.
offset=0
, offset=1
, etc..
Response
An array that encapsulates the blacklist information corresponding to the Ethereum addresses provided.