Page cover

🥏Rent ITAI Audit API

(Coming Soon)

Overview

The ITAI API provides real-time access to on-chain audit intelligence. With this integration, developers and project owners can:

  • Instantly audit smart contracts

  • Fetch detailed risk analysis and security summaries

  • Deliver AI-powered insights directly to users

  • Enhance trust and transparency on any DeFi or Web3 platform


Getting Started

Base URL: https://itsafe.ai

Authentication

Include your API key in the X-API-KEY header on every request.

GET /get_token_info?address=0x... HTTP/1.1
Host: itsafe.ai
X-API-KEY: YOUR_API_KEY

Rate limits are enforced per plan on a rolling 24-hour window.

Endpoints

GET /get_token_info

Returns token metadata, market/liquidity metrics, chain and social links.

  • query: address — contract address (EVM)

Response 200

GET /short_audit

Concise AI audit highlighting risky or privileged functions only.

  • query: address — contract address (EVM)

Response 200

GET /full_audit

Comprehensive function-by-function analysis for full transparency.

  • query: address — contract address (EVM)

Response 200

Pricing & Limits

Plan
Short Audits / day
Full Audits / day
Token Info / day
Price

Standard

500

100

1000

$100 / month

Pro

1000

1000

1000

$500 / month

Errors

SDKs

Simple fetch example:


⚠️ API Error Codes

The API uses standard HTTP status codes to indicate the success or failure of a request:

400

Bad Request

Missing or invalid parameters

401

Unauthorized

Invalid or missing API key

403

Forbidden

Access denied for this endpoint or key tier

404

Not Found

Contract not found or not yet audited

429

Too Many Requests

Rate limit exceeded

500

Internal Server Error

Something went wrong on ITAI’s side

Include error handling in your integration for a smooth user experience.


Last updated