CurveCall

Toán thị trường trả phí theo cuộc gọi và thông tin token cho các tác tử AI qua x402.

Máy chủ MCP được lưu trữ

npx add-mcp 'https://curvecall.onrender.com/mcp/'

Cài vào Claude Code, Codex, Cursor và nhiều công cụ khác

Tài liệu

What it sells

/v1/precheck/{chain}/{address}The whole pre-trade check in one call: snapshot, rug-risk, trade simulation, deployer and holder intel$0.01
/v1/quote/buy · /v1/quote/sellBonding-curve quotes: tokens out, fee, slippage, post-trade price$0.001
/v1/token/{chain}/{address}Token snapshot: price, liquidity, FDV, age, 24h flow$0.005
/v1/token/{chain}/{address}/risk0–100 rug-risk screen with plain-English flags$0.01
/v1/token/{chain}/{address}/contractOn-chain contract check: owner renounced, LP burn, metadata$0.01
/v1/token/{chain}/{address}/bundlesBundle/sniper signals: first-block buyers, deployer-funded wallets$0.02
/v1/deployer/{chain}/{address}Deployer launch history: survived / rugged / died, plus dev-behavior flags$0.01
/v1/wallet/{chain}/{address}Wallet snapshot: contract or EOA, tx count, balance, fresh-wallet flag$0.005
/v1/search?q=Search tokens by name, symbol or address across chains$0.005

Two ways to pay

USDC on Base

Verified and settled by the x402 facilitator after a successful call. Errors never charge. Works over HTTP and MCP.

Shielded ZEC

Private payment on zcash:mainnet, verified via CipherPay. HMAC-signed 5-minute price quotes, one-use txid ledger. HTTP routes only.

Quick start

# Ask for a quote with no payment - you get a 402 with both offers
curl -i "https://curvecall.onrender.com/v1/quote/buy?quote_reserves=30&token_reserves=1073000&amount_in=1"

# Pay either offer, retry with the payload in PAYMENT-SIGNATURE (x402 v2)
curl "https://curvecall.onrender.com/v1/quote/buy?..."   -H "PAYMENT-SIGNATURE: <base64 payment payload>"

# MCP (USDC): https://curvecall.onrender.com/mcp/

For machines