Pay-per-use DeFi intelligence API: swaps, technical analysis, yield, audits, and whale tracking via x402 micropayments.
What it does
Silverback is a suite of 11 DeFi intelligence and execution endpoints accessible via the x402 micropayment protocol. It covers swap routing and execution (Base via Permit2, Solana via Jupiter), technical analysis with indicators like RSI/MACD/Bollinger Bands, DeFi yield opportunity scanning, cross-DEX arbitrage detection, token security audits (honeypot/tax/ownership checks), whale transaction tracking, wallet portfolio lookups, liquidity pool analysis, swap quoting, and token holder analytics. Payments are settled in USDC on Base, Solana, or SKALE, with an optional 15% discount when paying with the $BACK token via Permit2 on Base.
Pricing is tiered by endpoint complexity: execution endpoints (swap) cost $0.05 per call, heavy analysis endpoints (technical-analysis, defi-yield, arbitrage-scanner) cost $0.03, intelligence endpoints (token-audit, whale-moves, wallet-portfolio) cost $0.02, and lighter analysis endpoints (pool-analysis, swap-quote, jupiter-quote, holder-analytics) cost $0.01. All responses return JSON with a `success` boolean field. Token identifiers use CoinGecko IDs for market data or 0x contract addresses for on-chain queries; chain defaults to Base (chain ID 8453) unless specified.
Note: The specific endpoint probed (`/api/v1/agent-discover`) returned 404, and the OpenAPI spec lists the canonical server as `https://x402.silverbackdefi.app` rather than the Render deployment URL. The full OpenAPI 3.1 schema with request/response definitions is available, and the landing page at the Render origin is live (HTTP 200). Agents should target the canonical server URL for production calls.
Capabilities
Use cases
- —Autonomous trading agents that need swap execution and quoting on Base or Solana
- —Portfolio monitoring bots that track wallet holdings and whale movements
- —Risk assessment pipelines that audit token contracts before investing
- —Yield optimization agents scanning DeFi protocols for risk-adjusted returns
- —Market analysis tools computing technical indicators for crypto tokens
Fit
Best for
- —AI agents needing pay-per-call DeFi data without subscriptions
- —On-chain trading bots on Base and Solana
- —Automated token security screening before trades
- —Cross-DEX arbitrage opportunity detection
Not for
- —High-frequency trading requiring sub-second latency (hosted on Render)
- —Non-crypto or traditional finance data needs
- —Free-tier or subscription-only billing models
Quick start
# Get a swap quote on Base (x402 payment required)
curl -X POST https://x402.silverbackdefi.app/api/v1/swap-quote \
-H 'Content-Type: application/json' \
-d '{"tokenIn": "WETH", "tokenOut": "USDC", "amountIn": "1.0"}'Example
Request
{
"tokenIn": "WETH",
"amountIn": "1.0",
"tokenOut": "USDC"
}Endpoint
Quality
Full OpenAPI 3.1 schema with 11 endpoints, clear pricing tiers, and detailed request schemas are provided. However, the probed endpoint (/api/v1/agent-discover) returned 404 rather than the expected 402 challenge, no example responses are available, and the external docs link is broken (Cannot GET /docs). The canonical server URL differs from the probed URL, so liveness of the canonical server is unconfirmed.
Warnings
- —The probed endpoint /api/v1/agent-discover returned 404 on both GET and POST — it is not listed in the OpenAPI spec and may not exist.
- —The OpenAPI canonical server is https://x402.silverbackdefi.app, different from the probed Render URL; liveness of the canonical server was not verified.
- —The /docs path returns 'Cannot GET /docs' — external documentation link is broken.
- —No example response bodies are provided in the OpenAPI spec or crawl data.
Citations
- —Silverback provides 11 pay-per-use endpoints via x402 micropayments with USDC on Base, Solana, and SKALEhttps://silverback-x402.onrender.com
- —Pricing tiers: Execution $0.05, Heavy analysis $0.03, Intelligence $0.02, Analysis $0.01https://silverback-x402.onrender.com
- —$BACK token payments offer a 15% discount via Permit2 on Basehttps://silverback-x402.onrender.com
- —Canonical server URL is https://x402.silverbackdefi.app per OpenAPI spechttps://silverback-x402.onrender.com
- —The /api/v1/agent-discover endpoint returned 404 on POST and GEThttps://silverback-x402.onrender.com/api/v1/agent-discover