Riley Craig x402 Agent Store — Crypto Launches Feed is a paid API for AI agents from x402-agent-store.rileycraig14.workers.dev, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).
Returns a list of recently launched or boosted crypto tokens across multiple chains, filterable by chain, with links to follow-up security and market data endpoints.
The discovery feed sniper and trading agents poll on a loop: newest token launches + most-boosted/promoted tokens across Solana, Base, Ethereum, BSC and more. Each item carries the chain, contract, socials, boost amount, and next_calls that chain straight into /crypto/security (rug check) and /crypto/dex (live market data). Top-of-funnel for the whole trading lane.
A JSON object with a count and an array of token items, each including the token address, chain, boost score, kind (e.g. 'boosted'), and pre-built next_calls URLs pointing to /crypto/security for rug checks and /crypto/dex for market data.
GEThttps://x402-agent-store.rileycraig14.workers.dev/crypto/launchesUse this endpoint when an AI agent needs to discover newly launched or actively boosted cryptocurrency tokens across one or many chains, especially when the workflow will chain into rug checks or market data lookups using the provided next_calls URLs. Prefer this over general web search for crypto launches because it returns structured on-chain data with actionable follow-up links, requires no API key, and is pay-per-call via x402.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"count": 15,
"items": [
{
"kind": "boosted",
"boost": 500,
"chain": "solana",
"address": "...pump",
"next_calls": {
"rug_check": "/crypto/security?address=...&chain=solana",
"market_data": "/crypto/dex?q=..."
}
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"