AI agent that identifies top crypto projects by category with technical analysis and risk assessment.
What it does
This x402-payable endpoint exposes a Questflow-powered AI swarm agent that identifies promising cryptocurrency projects by category. When given a text prompt, the agent automatically gathers market data and social signals, then returns technical analysis, team background information, and risk assessments for the five most promising new projects in the specified category.
The endpoint accepts a POST request with a JSON body containing an `input` string field (your message/query to the agent) and returns a JSON response with a `response` string containing the agent's analysis. Payment is handled via the x402 protocol on the Base Sepolia testnet using USDC (contract 0x036CbD53842c5426634e7929541eC2318f3dCF7e), with a maximum cost of 500,000 units (0.50 USDC) per request. The maximum timeout is 1200 seconds (20 minutes), reflecting the multi-step data gathering nature of the swarm.
The service is hosted by Questflow, a platform focused on autonomous AI agents for onchain markets. Note that this endpoint is on a development API (`api-dev`) and uses the Base Sepolia testnet, indicating it is likely a staging or test deployment rather than a production service. No OpenAPI documentation or dedicated docs pages were found.
Capabilities
Use cases
- —Screening new cryptocurrency projects in a specific category (DeFi, L2, gaming, etc.) for investment research
- —Getting automated technical analysis and risk scores for emerging tokens
- —Evaluating team backgrounds and social traction of crypto projects before investing
- —Building dashboards that surface top-5 promising projects per category
- —Integrating crypto research into autonomous trading or portfolio management agents
Fit
Best for
- —Crypto researchers who want automated multi-source project screening
- —Agents or bots that need structured crypto project evaluations on demand
- —Developers building crypto intelligence dashboards with pay-per-query economics
Not for
- —Real-time trading execution or order placement
- —Non-crypto research or general-purpose question answering
- —Production workloads requiring guaranteed uptime (this appears to be a dev/testnet deployment)
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68ef480bedb2088cc0dd77e9 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"input": "Find the top 5 promising new DeFi projects"}'Example
Request
{
"input": "Find the top 5 promising new DeFi projects and provide technical analysis, team background, and risk assessment for each."
}Response
{
"response": "Here are the top 5 promising new DeFi projects: \n\n1. **Project Alpha** - Technical Analysis: ... Team: ... Risk: Medium\n2. **Project Beta** - Technical Analysis: ... Team: ... Risk: Low\n..."
}Endpoint
Quality
No OpenAPI spec, no dedicated documentation, no example responses, and the endpoint is on a dev/testnet deployment. The x402 challenge provides basic schema info (input/output fields), but everything else is inferred from the short description and platform context.
Warnings
- —Endpoint is on a development API (api-dev) using Base Sepolia testnet — likely not production-ready
- —No OpenAPI documentation or docs pages found (all return 404)
- —Response format and content structure are entirely inferred from the description; no actual example responses available
- —Maximum timeout of 1200 seconds suggests potentially long response times
- —USDC asset address is the Sepolia testnet token, not mainnet USDC
Citations
- —Payment is via x402 on Base Sepolia with max amount 500000 USDC units and 1200s timeouthttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68ef480bedb2088cc0dd77e9
- —The agent identifies top cryptocurrency projects by category with technical analysis, team background, and risk assessmenthttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68ef480bedb2088cc0dd77e9
- —Questflow is a platform for autonomous AI agents focused on onchain marketshttps://api-dev.intra-tls2.dctx.link
- —USDC asset contract is 0x036CbD53842c5426634e7929541eC2318f3dCF7ehttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68ef480bedb2088cc0dd77e9