Skip to main content

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 segments

Parameters

query
string
required
Natural language DeFi question.

Example Request


Example Response


What You Can Ask

  • “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?”
  • “Should I buy this token? [paste mint address]”
  • “What tokens are smart money accumulating?”
  • “How risky is this PumpFun launch?”
  • “Is this wallet worth following?”
  • “Who are the top traders this week?”
  • “What’s the best LP strategy for SOL-USDC with $5000?”
  • “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

Feature/askSpecific endpoints
InputNatural language questionStructured parameters
Data scopeCross-endpoint contextSingle data source
Best forExploration, complex questionsAutomation, precise queries
Response timeSlower (~1-2s)Faster (~300-500ms)
Price$0.025 (flat)0.0010.001 - 0.050 (varies)
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 an available_endpoints field listing the specific HYRE endpoints relevant to your question. Use this to transition from exploratory /ask queries to precise endpoint calls.