Pay-per-use technical analysis (RSI, MACD, Bollinger Bands) for any token via x402 micropayments.
What it does
The Silverback Technical Analysis endpoint provides full technical analysis for any token identified by its CoinGecko ID. It returns computed indicators including RSI, MACD, and Bollinger Bands, along with trend detection and trading recommendations. The analysis timeframe is configurable to 1, 7, 14, or 30 days.
This endpoint is part of the Silverback x402 DeFi Intelligence API, which offers 11 pay-per-use endpoints covering swap execution, yield analysis, arbitrage scanning, token audits, whale tracking, and more. Payment is handled via the x402 micropayment protocol using USDC on Base, Solana, or SKALE. The technical-analysis endpoint is priced at $0.03 per call, placing it in the "heavy analysis" pricing tier.
To use the endpoint, send a POST request with a JSON body containing a `token` field (CoinGecko ID such as "bitcoin", "ethereum", or "solana") and an optional `timeframe` field (number of days). The initial request returns a 402 Payment Required response with payment instructions; after completing the x402 payment flow, the endpoint returns JSON with technical indicators, trend information, and a recommendation. All responses include a `success` boolean field.
Capabilities
Use cases
- —Autonomous trading agents evaluating entry/exit signals before executing swaps
- —Portfolio management bots checking trend direction and momentum indicators
- —Research dashboards aggregating technical indicators across multiple tokens
- —Alert systems that trigger notifications when RSI crosses overbought/oversold thresholds
- —Multi-agent workflows combining technical analysis with on-chain data for trade decisions
Fit
Best for
- —AI agents needing on-demand technical indicators without API key subscriptions
- —Developers building DeFi bots that pay per call with USDC micropayments
- —Automated trading strategies requiring RSI, MACD, and Bollinger Band data
Not for
- —High-frequency trading requiring sub-second latency and thousands of calls per minute
- —Users who need raw OHLCV candle data rather than computed indicators
- —Free-tier or subscription-based access patterns
Quick start
curl -X POST https://x402.silverbackdefi.app/api/v1/technical-analysis \
-H "Content-Type: application/json" \
-d '{"token": "bitcoin", "timeframe": "7"}'Example
Request
{
"token": "ethereum",
"timeframe": "14"
}Endpoint
Quality
The endpoint is live (402 challenge captured), has a full OpenAPI 3.1 schema with clear parameter descriptions, documented pricing ($0.03/call), and multi-chain payment options. However, no example response body is available, the external docs link returns 404, and the 402 challenge object was empty, so exact payment wire details are not confirmed.
Warnings
- —External docs at https://docs.silverbackdefi.app/ not crawled; /docs path on the x402 server returns 404.
- —The captured x402 challenge object is empty — payment accept details (network, token address, amount) were not included in the probe.
- —No example response schema is documented; response structure is inferred from the summary only.
Citations
- —Endpoint is priced at $0.03 per call (heavy analysis tier)https://x402.silverbackdefi.app
- —Accepts USDC on Base, Solana, and SKALE for paymenthttps://x402.silverbackdefi.app
- —Returns RSI, MACD, Bollinger Bands, trend detection, and trading recommendationshttps://x402.silverbackdefi.app
- —Token parameter uses CoinGecko IDs; timeframe options are 1, 7, 14, or 30 dayshttps://x402.silverbackdefi.app
- —Silverback provides 11 pay-per-use intelligence and execution endpointshttps://x402.silverbackdefi.app