Include your API key in all requests:
FREE ACCESS
50 queries
per day
Start exploring our API instantly. No API key required for your first 50 daily requests.
Get Unlimited AccessGet Networks
Retrieve a list of all supported cryptocurrency networks
GET
/networks
Parameters
Example Request
Response
Validate Address
Validate any cryptocurrency address format
GET
/wallet-checks
Parameters
address
string
Required
Crypto address to validate
network
string
Required
Network (eth, btc, etc.)
Example Request
Response
Track Wallet
Set up real-time tracking for a wallet address
POST
/track
Parameters
address
string
Required
Address to track
webhook
string
Webhook URL for notifications
event
array
event to track (ADDRESS_EVENT, INCOMING...)
Example Request
Response
Get Scam Wallets
Retrieve a list of reported scam wallet addresses across different networks
GET
/scam-reports
Parameters
page
number
Page number for pagination (default: 1)
search
string
Search by wallet address
Example Request
Response