For the complete documentation index, see llms.txt. This page is also available as Markdown.

x402 Permissionless Access

x402 Permissionless Access

Overview

Access Quick Intel's token scanning API without API keys or registration. Pay $0.03 per scan with USDC using the x402 protocol.

Best for:

  • AI agents and autonomous systems

  • Developers who want instant access

  • Pay-as-you-go usage without commitments


Pricing

Endpoint
Price

Token Scan

$0.03 per call

Paid in USDC on any supported chain (Base recommended for lowest fees).


Endpoint

POST https://x402.quickintel.io/v1/scan/full

Request Body

{
  "chain": "base",
  "tokenAddress": "0x4ed4e862860bed51a9570b96d89af5e1b0efefed"
}
Field
Type
Required
Description

chain

string

βœ…

Chain name (e.g., "base", "ethereum", "arbitrum")

tokenAddress

string

βœ…

Token contract address

Response

Same response format as the standard API β€” full token security analysis including honeypot detection, tax analysis, ownership status, and risk scoring.


How It Works

1. Make Request (Get 402)

Response: 402 Payment Required with payment instructions in PAYMENT-REQUIRED header.

2. Sign Payment

Sign an EIP-712 TransferWithAuthorization message authorizing $0.03 USDC transfer.

3. Retry with Payment Header

Response: 200 OK with full token scan results.


Supported Payment Networks

Chain
Token
Chain ID

Base

USDC

8453

Ethereum

USDC

1

Arbitrum

USDC

42161

Optimism

USDC

10

Polygon

USDC

137

Avalanche

USDC

43114

MegaETH

USDM

4326

Recommended: Use Base for lowest gas fees.


Quick Example


x402 vs API Key

Feature
API Key
x402

Registration

Required

None

Authentication

API key header

USDC payment

Pricing

Subscription/credits

$0.03 per call

Rate limits

Per plan

Unlimited

Best for

High volume, predictable usage

AI agents, pay-as-you-go


Learn More

Last updated