On-demand crypto research briefs for AI agents
Pricing
from $50.00 / 1,000 research snapshots
On-demand crypto research briefs for AI agents
On-demand crypto research briefs for AI agents. Give a topic (e.g. "Solana LSTs") and get structured JSON: live TVL, top protocols, and market data from public sources like DeFiLlama — fast, sourced context for agent workflows, RAG, and analysis.
Pricing
from $50.00 / 1,000 research snapshots
Rating
0.0
(0)
Developer
Leopold Ai
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
Crypto Agent Research Snapshot
A hosted Apify Actor that produces structured, public-data research snapshots about crypto topics for other AI agents.
What it does
Given a topic like "Base chain DeFi" or "Solana LSTs", the Actor returns a JSON brief containing:
- overview — one-sentence framing
- tvl — chain TVL, 1d/7d change, and protocol count from DeFiLlama
- keyProtocols — top protocols on that chain, with TVL and category
- recentNews — trending market signals from CoinGecko
- risks — standard caveats for downstream agents
- competitors — top chains by TVL (optional)
- sources — public URLs consulted
Input
| Field | Type | Default | Description |
|---|---|---|---|
topic | string | "Base chain DeFi" | Crypto topic or protocol to research |
sections | array | [overview, tvl, keyProtocols, recentNews, risks] | Sections to generate |
maxProtocols | integer | 5 | Top protocols to include |
includeSources | boolean | true | Append source URLs |
Output
A JSON object with snapshot and sources. The snapshot is designed to be consumed by another agent or RAG pipeline.
Pricing idea
Pay-per-event: $0.05–$0.10 per snapshot. Uses only public APIs, so the main cost is Apify compute.
Sources used
- DeFiLlama public API (
https://api.llama.fi/chains,https://api.llama.fi/protocols) - CoinGecko public API (
https://api.coingecko.com/api/v3/search/trending)


