Daily crypto analysis panel scoring assets on long/short ratios, technicals, capital flows, and risk via x402 micropayment.
What it does
This endpoint is a Questflow-powered AI agent that produces daily cryptocurrency analysis. It scores assets across multiple dimensions including long/short ratios, trading hotness, technical trends, capital flows, and risk levels, returning actionable trading recommendations and real-time market sentiment indicators.
The endpoint uses the x402 payment protocol on the Base Sepolia testnet, accepting USDC payments with a maximum cost of 0.5 USDC per request. Callers send a POST request with a JSON body containing an `input` string (your message/query to the agent) and receive a string `response` from the agent. The maximum timeout for a response is 1200 seconds (20 minutes), suggesting the agent may perform substantial analysis or data aggregation before replying.
The service is hosted by Questflow, a platform focused on autonomous AI agents ("Clones") that aggregate data from multiple crypto and prediction markets such as Polymarket, Pump.fun, OKX, and Opinion Labs. Note that this endpoint is on a development API (`api-dev`) and uses a testnet payment network (Base Sepolia), indicating it is likely not yet in production. No OpenAPI spec or dedicated documentation pages were found.
Capabilities
Use cases
- —Get a daily multi-dimensional score for a cryptocurrency asset before making a trade
- —Query real-time market sentiment and long/short ratios for specific tokens
- —Assess capital flow and risk levels across multiple crypto assets
- —Integrate automated crypto analysis into a trading bot or agent workflow
- —Screen crypto assets by technical trend and hotness metrics
Fit
Best for
- —Crypto traders wanting multi-factor asset scoring
- —Agent-to-agent workflows needing on-demand crypto analysis
- —Developers prototyping x402-paid crypto intelligence services
Not for
- —Production trading systems (endpoint is on dev/testnet)
- —Non-crypto financial analysis
- —Users who need free or subscription-based access (requires per-request x402 payment)
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f09c333f7c40190878e52e \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"input": "Give me today's crypto analysis panel for BTC and ETH"}'Example
Request
{
"input": "Give me today's crypto analysis panel for BTC and ETH"
}Response
{
"response": "Daily Crypto Analysis Panel — 2025-07-15\n\nBTC: Long/Short Ratio 1.32 | Hotness 87/100 | Trend Bullish | Capital Inflow +$240M | Risk Medium\nRecommendation: Moderate Long\n\nETH: Long/Short Ratio 1.18 | Hotness 74/100 | Trend Neutral | Capital Inflow +$85M | Risk Medium-Low\nRecommendation: Hold / Accumulate\n\nMarket Sentiment: Cautiously Optimistic"
}Endpoint
Quality
No OpenAPI spec, no dedicated documentation, and the endpoint runs on a dev domain with testnet payments. The output schema is minimal (single string in, single string out). The response example is entirely inferred from the description since no live response was captured.
Warnings
- —Endpoint is on a development API (api-dev) and uses Base Sepolia testnet — not production-ready
- —No OpenAPI specification or documentation pages found (all /docs, /api, /pricing, /README return 404)
- —Response format and analysis content are inferred from the x402 challenge description; no actual response was observed
- —Maximum timeout of 1200 seconds suggests potentially long response times
- —Example response JSON is fabricated based on the description — actual output format is unknown
Citations
- —Endpoint accepts USDC on Base Sepolia with maxAmountRequired of 500000 (0.5 USDC) and maxTimeoutSeconds of 1200https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f09c333f7c40190878e52e
- —Description states it scores assets across long/short ratios, trading hotness, technical trends, capital flows, and riskhttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f09c333f7c40190878e52e
- —Questflow aggregates Polymarket, Pump.fun, Opinion Labs, OKX and other onchain marketshttps://api-dev.intra-tls2.dctx.link
- —Input schema requires a string 'input' field and output returns a string 'response' fieldhttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f09c333f7c40190878e52e