
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>)
Retrieves full token audit information based on the specified blockchain and contract address.
The blockchain network (eth, bsc, base, sonic)
ethPossible values: The contract address of the token to audit
0xYourContractAddressSuccessfully fetched the full audit
Bad Request: Invalid chain, address, or token
Forbidden: Invalid API key
Rate limit exceeded
Internal server error
Retrieves audit information based on the specified blockchain and any contract address.
The blockchain network (eth, bsc, base, sonic)
ethPossible values: The contract address of the token to audit
0xYourContractAddressSuccessfully fetched the audit
Bad Request: Invalid chain or contract address
Forbidden: Invalid API key
Audit or source code not found
Rate limit exceeded
Internal server error
Generate an audit based on the specified code snippet, without requiring chain or contract details.
The Solidity code snippet to audit.
Successfully fetched the audit
Bad Request: Code snippet is required
Forbidden: Invalid API key
Audit or source code not found
Rate limit exceeded
Internal server error
Last updated