Skip to main content
GET
/
audit
cURL
curl 'https://dashboard.eva-ai.io/api/audit?chain=56&ca=0x2C45560bC707f7aDDb8dF848A9Ba6cd9F30FAEeC' \
  -H 'x-api-key: YOUR_API_KEY'
{
  "name": "Giggle Mascot",
  "symbol": "Max",
  "decimals": "18",
  "totalSupply": "1000000000000000000000000000",
  "owner": "0x0000000000000000000000000000000000000000",
  "chain": "56",
  "tokenAddress": "0x2c45560bc707f7addb8df848a9ba6cd9f30faeec",
  "contractName": "Token",
  "isProxy": false,
  "age": 1739024784000,
  "initInfo": {
    "blockNumber": "46481055",
    "txHash": "0x65449bf92111b78072e1b232925101fdcb3cdf2a11e41050ccc9b62e853291f6",
    "contractCreator": "0x3139576ed8e66cddf0be15f755bf5c5ce5b598a8",
    "timestamp": 1739024562
  },
  "threats": [],
  "auditInfo": {
    "ownershipStatus": "Renounced",
    "flags": [
      {
        "category": "Honeypot",
        "label": "🟢",
        "description": ""
      },
      {
        "category": "Shypooning",
        "label": "🟢",
        "description": ""
      },
      {
        "category": "Tax Issue",
        "label": "🟢",
        "description": ""
      },
      {
        "category": "Other Risks",
        "label": "🟢",
        "description": ""
      }
    ]
  },
  "similarityMap": [
    {
      "id": "0x628d3ffc9e085c419133274fe984e554b8b4e2ae",
      "symbol": "CZBNB",
      "chain": "56",
      "score": 0.95,
      "exactMatch": true,
      "tags": []
    },
    {
      "id": "0x3a828e1ea6511e367d436c601e14cdb2b446896d",
      "symbol": "GATSBY",
      "chain": "56",
      "score": 0.81,
      "exactMatch": false,
      "tags": []
    }
  ]
}

Headers

x-api-key
string

API key for higher rate limits (optional). Get one at dashboard.eva-ai.io

Query Parameters

chain
integer
required

Chain ID (e.g., 1 = Ethereum, 56 = BSC, 8453 = Base)

ca
string
required

Contract address

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.

Example:
[
"Honeypot",
"Shypooning",
"Tax Issues",
"Other Risks",
"HolderDistr"
]
auditInfo
object

Security audit results

similarityMap
object[]

Array of up to 5 similar tokens detected through AI-based behavioral and logical analysis of smart contracts (not a direct or line-by-line code comparison).

Maximum array length: 5