Skip to main content
GET
Detect address poisoning for a specific wallet address

Authorizations

x-api-key
string
header
required

Path Parameters

address
string
required

The wallet address to check for poisoning attempts

Query Parameters

chain
enum<string>
required

The EVM-compatible blockchain network to search for poisoning activity

Available options:
eth,
base,
bsc,
pol,
opt,
arb
useCache
boolean
default:true

Whether to use cached data if available (default: true)

refetchData
boolean
default:false

Whether to schedule a background refresh (default: false)

Response

Successful operation

poisoning_detected
boolean
required

Indicates whether potential address poisoning was detected

status
string
required

Status of the poisoning check operation

Example:

"success"

suspicious_transactions
object[]
required

List of transactions that appear suspicious for address poisoning

summary
object

Summary statistics for the poisoning analysis