Currently, eVa AI API are only available for: eth, bsc, base, sonic

Request an API key here: https://t.me/EvaAISupportBot

Monitor your api usage and credits here: https://t.me/eVa_Tracking_Bot

(command is /api <YOUR_API_KEY>)

Fetch full audit by chain and contract address for any Token (Limited 60 requests per minute)

get

Retrieves full token audit information based on the specified blockchain and contract address.

Path parameters
chainstring · enumRequired

The blockchain network (eth, bsc, base, sonic)

Example: ethPossible values:
contractAddressstringRequired

The contract address of the token to audit

Example: 0xYourContractAddress
Responses
200

Successfully fetched the full audit

application/json
Responseall of
get
/getAuditbyToken/{chain}/{contractAddress}

Audit any contract address or token (Limited 60 requests per minute)

get

Retrieves audit information based on the specified blockchain and any contract address.

Path parameters
chainstring · enumRequired

The blockchain network (eth, bsc, base, sonic)

Example: ethPossible values:
contractAddressstringRequired

The contract address of the token to audit

Example: 0xYourContractAddress
Responses
200

Successfully fetched the audit

application/json
Responseall of
get
/getAuditbyAddress/{chain}/{contractAddress}

Get the latest ETH LP lock + audit (100 requests per minute)

get

Retrieves the latest LP lock detected by eVa, inclusive of parameters and audit info

Responses
200

Successfully fetched latest lock

application/json
get
/getLatestLock

Generate an audit given any code snippet regardless of the chain.

post

Generate an audit based on the specified code snippet, without requiring chain or contract details.

Body
codeSnippetstringRequired

The Solidity code snippet to audit.

Responses
200

Successfully fetched the audit

application/json
Responseall of
post
/getAuditbyCode

Last updated