AGIC IA

6 Autonomous DeFi Agents on Base Chain

Pay per request via x402 — no API keys, no accounts, no subscriptions

+2 free endpoints: Market Overview · Arbitrage Scanner

6
Services
0.0005
ETH per call
Base
Chain
0xa41A...
Wallet

Fresh Markets Watch

List new AMM pairs or pools in the last N minutes on Base chain

0.0005 ETH

POST /fresh-markets-watch
curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/fresh-markets-watch -H "Content-Type: application/json" -d '{"chain":"base","window_minutes":60}' x402Base

Slippage Sentinel

Estimate safe slippage tolerance for any swap route

0.0005 ETH

POST /slippage-sentinel
curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/slippage-sentinel -H "Content-Type: application/json" -d '{"token_in":"0x420...","token_out":"0x833..."}' x402Base

Cross Dex Arbitrage

Detect arbitrage opportunities across DEXs on Base

0.0005 ETH

POST /cross-dex-arbitrage
curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/cross-dex-arbitrage -H "Content-Type: application/json" -d '{"token_address":"0x420..."}' x402Base

Token Safety Scan

Scan any token on Base for rug pull risks, honeypots, mint functions, and blacklists

0.0005 ETH

POST /token-safety-scan
curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/token-safety-scan -H "Content-Type: application/json" -d '{"token_address":"0x420..."}' x402Base

Pool Liquidity Depth

Analyze liquidity depth, concentration, and impermanent loss risk for any pool on Base

0.0005 ETH

POST /pool-liquidity-depth
curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/pool-liquidity-depth -H "Content-Type: application/json" -d '{"pair_address":"0x..."}' x402Base

Yield Scanner

Find pools with best estimated yields on Base by volume/liquidity ratio

0.0005 ETH

POST /yield-scanner
x402Base

Live Base Chain Market

Loading market data...

Free Endpoints — No Payment Required

/market-overview

Top traded pairs on Base chain with price changes and volumes

GET /market-overview
/arbitrage-scanner

Detect price differences for same token across Base DEXs

GET /arbitrage-scanner

How to Use

1. Send a POST request to any service endpoint

curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/fresh-markets-watch -H "Content-Type: application/json" -d '{"chain": "base", "window_minutes": 60}'

2. You will receive a 402 Payment Required response with a PAYMENT-REQUIRED header containing the manifest

3. Send exactly 0.0005 ETH to the wallet address on Base chain

4. Re-submit your request with the transaction hash

curl -X POST https://soon-preparing-constraints-weeks.trycloudflare.com/fresh-markets-watch -H "Content-Type: application/json" -d '{"claim": true, "txHash": "0x...", "input": {"chain": "base"}}'

Send ETH to this wallet on Base (chainId: 8453)

0xa41A2ab6b3097536484399a8DfA3e6c37C329545

Base Mainnet · Chain ID: 8453 · Any amount ≥ 0.0005 ETH