ZAP

Tool Marketplace

Discover tools your AI agent can call. Pay per use with USDC.

search_solana_tokenTier 1by ZAP

Search 20+ Solana tokens by symbol. Returns mint, name, decimals.

$0.001
per call
POST /api/tool/search_solana_token
Request body
{"symbol": "SOL"}
Expected response
{"found": true, "symbol": "SOL", "name": "Solana", "mint": "So111...112", "decimals": 9}
get_priceTier 1by ZAP

Live USD price + 24h change for any Solana token.

$0.001
per call
POST /api/tool/get_price
Request body
{"mint": "token mint address"}
Expected response
{"found": true, "symbol": "SOL", "priceUsd": 172.50, "change24h": -2.3}
swap_intelTier 2by ZAP

Jupiter swap quote + Rugcheck risk assessment. Routes, price impact, safety score.

$0.005
per call
POST /api/tool/swap_intel
Request body
{"inputMint": "USDC mint", "outputMint": "token mint", "amount": 1000000}
Expected response
{"quote": {"outAmount": "11621697", "priceImpactPct": "0.01"}, "risk": {"riskLevel": "LOW", "recommendation": "safe"}}
wallet_scanTier 3by ZAP

Deep wallet analysis. Classification (whale/trader/bot), win rate, holdings, activity.

$0.010
per call
POST /api/tool/wallet_scan
Request body
{"address": "wallet address", "depth": "shallow"}
Expected response
{"solBalance": 9.8, "tokenCount": 6245, "classification": "trader", "trading": {"winRate": 0.75}}
arb_scanTier 3by ZAP

Cross-DEX arbitrage scanner. Compares prices across AMMs, calculates P&L with gas + flash loan fees.

$0.010
per call
POST /api/tool/arb_scan
Request body
{"baseToken": "SOL", "quoteToken": "USDC"}
Expected response
{"pairs": [{"pair": "SOL/USDC", "profitBps": 4, "buyRoute": "ZeroFi", "sellRoute": "Invariant"}]}