Skip to main content
GET
/
audit
Full Token Analysis
curl --request GET \
  --url https://dashboard.eva-ai.io/api/audit \
  --header 'x-api-key: <api-key>'
{
  "name": "Giggle Mascot",
  "symbol": "Max",
  "decimals": "18",
  "totalSupply": "1000000000000000000000000000",
  "owner": "0x0000000000000000000000000000000000000000",
  "initInfo": {
    "blockNumber": "46481055",
    "txHash": "0x65449bf92111b78072e1b232925101fdcb3cdf2a11e41050ccc9b62e853291f6",
    "contractCreator": "0x3139576ed8e66cddf0be15f755bf5c5ce5b598a8",
    "timestamp": 1739024562
  },
  "age": 1739024784000,
  "threats": [],
  "auditInfo": {
    "flags": [
      {
        "category": "Honeypot",
        "label": "🟢",
        "description": ""
      },
      {
        "category": "Shypooning",
        "label": "🟢",
        "description": ""
      },
      {
        "category": "Tax Issue",
        "label": "🟢",
        "description": ""
      },
      {
        "category": "Other Risks",
        "label": "🟢",
        "description": ""
      }
    ],
    "ownershipStatus": "Renounced"
  },
  "contractName": "Token",
  "isProxy": false,
  "chain": "56",
  "tokenAddress": "0x2c45560bc707f7addb8df848a9ba6cd9f30faeec",
  "similarityMap": [
    {
      "id": "0x628d3ffc9e085c419133274fe984e554b8b4e2ae",
      "symbol": "CZBNB",
      "chain": "56",
      "tags": [],
      "score": 0.9488914012908936,
      "exactMatch": true
    },
    {
      "id": "0x3a828e1ea6511e367d436c601e14cdb2b446896d",
      "symbol": "GATSBY",
      "chain": "56",
      "tags": [],
      "score": 0.8118295669555664,
      "exactMatch": false
    },
    {
      "id": "0x00c4027f8b60bc5dc8ecc9420b8346d1b19d4444",
      "symbol": "For U",
      "chain": "56",
      "tags": [],
      "score": 0.7707880735397339,
      "exactMatch": false
    },
    {
      "id": "0x4a803ce72ae9a7c9a50f37881e8a3e43d3904444",
      "symbol": "H",
      "chain": "56",
      "tags": [],
      "score": 0.7707880735397339,
      "exactMatch": false
    },
    {
      "id": "0xf7ed52010a766164262f79a340c3868817174444",
      "symbol": "赛季",
      "chain": "56",
      "tags": [],
      "score": 0.7707880735397339,
      "exactMatch": false
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your free API key at dashboard.eva-ai.io

Query Parameters

chain
enum<integer>
required

Chain ID of the blockchain network. Supported chains: 1 (Ethereum), 10 (Optimism), 25 (Cronos), 56 (BSC), 130 (Unichain), 137 (Polygon), 143 (Monad), 146 (Sonic), 324 (zkSync), 1101 (Polygon zkEVM), 2741 (Abstract), 8453 (Base), 42161 (Arbitrum One), 42170 (Arbitrum Nova), 42220 (Celo), 43114 (Avalanche), 80094 (Berachain), 81457 (Blast)

Available options:
1,
10,
25,
56,
130,
137,
143,
146,
324,
1101,
2741,
8453,
42161,
42170,
42220,
43114,
80094,
81457
ca
string
required

Contract address (checksummed or lowercase)

Response

Successful analysis response

owner
string

Current owner address or 'HIDDEN' if renounced

Example:

"HIDDEN"

tokenAddress
string

Contract address

Example:

"0x00e22ed2c31875abaa34ed0659acb76734b9540d"

symbol
string

Token symbol

Example:

"TEKE"

name
string

Token name

Example:

"Akhal Teke"

chain
string

Chain ID

Example:

"56"

decimals
string

Token decimals

Example:

"18"

totalSupply
string

Total token supply in wei

Example:

"30000000000000000000000000"

contractName
string

Contract name from source code

Example:

"TEKE"

isProxy
boolean

Whether contract is a proxy

Example:

false

age
integer<int64>

Token deployment timestamp in milliseconds

Example:

1764063134000

lastchecked
integer<int64>

Last analysis timestamp in milliseconds

Example:

1767810740203

initInfo
object

Deployment information for the token contract

threats
string[]

Array of detected security threats. Common threats include 'Honeypot' (contract designed to trap funds) and 'Shypooning' (malicious behavior allowing fund manipulation), but other threat types may be detected.

Example:
["Honeypot", "Shypooning"]
auditInfo
object

Security audit results

similarityMap
object[]

Array of up to 5 similar tokens detected through AI analysis (limited from full dataset)

Maximum array length: 5