endpoint_id string | note string | request dict | pools list | meta dict |
|---|---|---|---|---|
meteora_brief | SAMPLE ONLY — illustrative shape; not live pool quotes. | {
"method": "POST",
"path": "/api/v1/agent/defi/meteora/brief",
"body": {
"limit": 3,
"window": "5m",
"format": "compact"
}
} | [
{
"pool_address": "SAMPLE1111111111111111111111111111111111111",
"pair": "SOL-USDC",
"venue": "meteora_dlmm",
"chain": "solana",
"momentum_score": 0.72,
"fee_velocity": 0.41,
"verdict": "SAFE",
"window": "5m"
},
{
"pool_address": "SAMPLE2222222222222222222222222222222222222",... | {
"freshness": {
"as_of": "2026-07-26T00:00:00",
"window": "5m"
},
"billing": {
"endpoint_id": "meteora_brief",
"rail": "x402_or_api_key",
"price_scheme": "dynamic",
"price_usd_band": {
"min": 0.01,
"max": 0.3
},
"note": "Live quote is in HTTP 402 PAYMENT-REQUIRED accep... |
AgentShare — Multi-Chain DeFi Intelligence (Sample Dataset)
Sample / schema-oriented exports that illustrate how AgentShare structures DeFi intelligence for AI agents.
This is not a live dump of production pools. Live data is served via REST + MCP with freshness metadata and optional x402 USDC pay-per-request.
Product
Positioning: payment + data rails for autonomous agents. Today’s depth: Solana (Meteora DLMM, DEX scout). Roadmap: same agent contract across more chains (Base DeFi analytics, etc.) as coverage ships.
Files / subsets
Each sample JSON is a separate subset (Hub Dataset Viewer → Subset dropdown). Do not load them as one table — the envelopes have different schemas.
| Subset | File | Description |
|---|---|---|
meteora_brief (default) |
meteora_brief.sample.json |
Ranked DLMM pools + billing meta shape |
solana_dex_brief |
solana_dex_brief.sample.json |
Solana DEX ecosystem scout payload |
dex_overview |
dex_overview.sample.json |
Macro DEX overview (chain=solana) |
service_meta |
service_meta.sample.json |
Service capability / discovery envelope |
How agents use the live API
# Free key (quota) OR x402 USDC on HTTP 402
curl -s -X POST "https://agentshare.dev/api/v1/agent/defi/meteora/brief" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_KEY" \
-d '{"limit":5,"window":"5m","format":"compact"}'
Dynamic pricing on meteora_brief: always read the live quote from PAYMENT-REQUIRED / meta.billing — do not hard-code.
Citation
@misc{agentshare_defi_sample,
title = {AgentShare Multi-Chain DeFi Intelligence Sample},
author = {AgentShare},
year = {2026},
howpublished = {\\url{https://huggingface.co/datasets/anhmtk/agentshare-multi-chain-defi}},
note = {Sample schemas for agent-native DeFi APIs; live data at agentshare.dev}
}
- Downloads last month
- 76