POST /ask
The meta-endpoint. Ask any DeFi question in plain English and the LLM orchestrates multiple data sources to build a comprehensive answer. The model has access to real-time context including top chain TVLs and top Meteora pool APRs. Price: $0.025 per request Sources: DeFiLlama, Meteora, and contextual data from all segmentsParameters
string
required
Natural language DeFi question.
Example Request
Example Response
What You Can Ask
Yield and DeFi
Yield and DeFi
- “What are the highest yield stablecoin pools?”
- “Compare TVL growth between Solana and Base this month”
- “Is the current yield on Meteora SOL-USDC sustainable?”
Token analysis
Token analysis
- “Should I buy this token? [paste mint address]”
- “What tokens are smart money accumulating?”
- “How risky is this PumpFun launch?”
Wallet and trading
Wallet and trading
- “Is this wallet worth following?”
- “Who are the top traders this week?”
- “What’s the best LP strategy for SOL-USDC with $5000?”
Cross-chain
Cross-chain
- “Should I bridge my USDC from Solana to Arbitrum for better yield?”
- “What’s the cheapest way to bridge 10,000 USDC?”
How It Differs from Other Endpoints
For automated pipelines, prefer the specific endpoints (e.g.,
/defi/yields, /lp/pools). They are faster, cheaper, and return structured data. Use /ask for one-off research questions or when you’re not sure which endpoint to call.Endpoint Routing Hint
The response includes anavailable_endpoints field listing the specific HYRE endpoints relevant to your question. Use this to transition from exploratory /ask queries to precise endpoint calls.