DeFi Research
/install defi-research
DeFi Research API
Research tokens, check DEX liquidity, and get gas prices. Built for DeFi traders and flash loan agents.
Payment Options
Option A — Stripe Credits: $10 = 100 credits at /buy. Send api_key with each request.
Option B — Pay-per-call with USDC: No account needed. Send exact USDC on Base to 0xC9D03C8Af4Bd51e0aDc9fc885AB227cbe6B649F5, then retry with tx_hash.
Endpoints
Token Price
Cost: 1 credit or $0.05 USDC. Returns current USD price, 24h change, and market cap.
POST /api/defi/price {"api_key": "your_key", "token": "ethereum"}
Or pay with crypto: POST /api/crypto/price {"token": "ethereum"} → Returns 402 with payment details. Pay and retry with: POST /api/crypto/price {"token": "ethereum", "tx_hash": "0x..."}
Deep Token Research
Cost: 3 credits or $0.15 USDC. Full research: price, rank, description, categories, links.
POST /api/defi/research {"api_key": "your_key", "token": "bitcoin"}
Or pay with crypto: POST /api/crypto/research {"token": "bitcoin"} → 402 → pay → retry with tx_hash
DEX Liquidity Check
Cost: 2 credits or $0.10 USDC. Find which DEX has the best liquidity.
POST /api/defi/liquidity {"api_key": "your_key", "token": "USDC"}
Or pay with crypto: POST /api/crypto/liquidity {"token": "USDC"}
Gas Prices (free)
Current Ethereum gas prices (slow/average/fast).
GET /api/defi/gas
Requirements
Works with any web-connected OpenClaw agent with crypto wallet support.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install defi-research - After installation, invoke the skill by name or use
/defi-research - Provide required inputs per the skill's parameter spec and get structured output
What is DeFi Research?
Research any token, check DEX liquidity, and get live gas prices. Built for flash loan traders and DeFi agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install DeFi Research?
Run "/install defi-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DeFi Research free?
Yes, DeFi Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DeFi Research support?
DeFi Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DeFi Research?
It is built and maintained by KennyWayn3 (@kennywayn3); the current version is v1.0.2.