SUCCESS | request succeeded and returned result |
ERROR | an error has occurred, and an error message was omitted |
INVALID_TOKEN | invalid API token format or token not found |
INVALID_INPUT_FORMAT | JSON in the request is malformed |
MAX_ADDRESS_EXCEEDED | over 1000 addresses are included in the request |
NO_ADDRESS_SPECIFIED | no address specified in the request JSON |
INSUFFICIENT_TOKEN_BALANCE | token does not have sufficient request balance |
TOKEN_TIMELOCKED | only 1 request is allowed every 2 seconds |
CONTACT_SUPPORT | unspecified error |
curl 'https://antinalysis.org/api?token=xxxx-xxxx-xxxx-xxxx' -H 'Content-Type: application/json' --data-raw '["11N1nXt3xohkDrUQLSupi5aG69f8CmkYC"]'
{
"status":"SUCCESS",
"message":null,
"result":"{\"11N1nXt3xohkDrUQLSupi5aG69f8CmkYC\":{\"group\":[{\"tag\":\"bitcoincopy.me\",\"cat\":\"scam\"}],\"trace\":[{\"tag\":\"elliptic_watchlist\",\"cat\":\"blacklist\"},{\"tag\":\"coinpayments.net\",\"cat\":\"service\"} ... {\"tag\":\"paxful.com\",\"cat\":\"exchange\"}]}}"
}