Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyreagent.fun/llms.txt

Use this file to discover all available pages before exploring further.

HYRE is a DeFi data API that returns AI-interpreted insights with every response. 22 endpoints across 6 segments, powered by Gemini 2.5 Flash on Cloudflare Workers. Payment is the only gate. No API keys needed — every endpoint is paid via the x402 protocol on Solana, Base, or SKALE.

Get Started

Quickstart

Make your first paid API call in under 2 minutes.

Agent Playground

Chat with HYRE via our web interface — sign in with Privy, no wallet setup.

Explore Endpoints

Trenches

PumpFun launches, bonding curves, token verdicts, sniper detection.

Traders

Wallet PnL, positions, top wallets, whale tracking, OHLCV.

LP Analytics

Meteora DLMM pools, AI recommendations, position rebalancing.

DeFi

Cross-chain TVL snapshots and yield opportunities.

Smart Money

Nansen-powered flow intelligence, token screening, wallet profiling.

Ask Anything

Natural language meta-endpoint — HYRE routes your question to the right tool.

How It Works

1

Send a request

POST to any endpoint with your data query. No authentication headers needed.
2

Pay via x402

The endpoint returns 402 Payment Required with pricing. Your agent or wallet signs the payment automatically.
3

Get AI insights

Receive structured data + LLM-interpreted insight, signal, and confidence score in a single response.

Standard Response

Every paid endpoint returns this envelope:
{
  "data": { ... },
  "insight": "SOL-USDC pool on Meteora offers 40% APR with deep liquidity...",
  "signal": "add_liquidity",
  "confidence": 0.85,
  "sources": ["meteora-dlmm"],
  "model_used": "gemini-2.5-flash-lite",
  "latency_ms": 2100,
  "timestamp": "2026-04-17T00:00:00Z"
}
Prefer a chat interface? Try the Agent Playground — sign in with email, get a custodial wallet, and start chatting. No wallet setup required.