AI-enhanced DeFi data API with 24 endpoints and LLM-interpreted insights. Multi-chain x402 payment on Solana, Base, and SKALE.
Price
from $0.0010
up to $0.2500 per request
Network
base
Category
ai
On-chain txns
7
Uptime
100%
Avg latency
314ms
Checks
90
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Natural language DeFi query — LLM orchestrates HYRE endpoints (trenches, traders, LPs, DeFi, deBridge) to answer in plain English. Sources: all HYRE data layers.
All Meteora DLMM pools with TVL, 24h volume, fees, and APR — sortable by APR/volume/TVL, filterable by token. Sources: Meteora DLMM API.
Deep analytics for a single Meteora DLMM pool — OHLCV, volume history, fee breakdown, bin distribution with AI verdict. Sources: Meteora DLMM API.
AI-picked Meteora DLMM pool for a token pair with risk-tier-matched bin step + strategy (spot/curve/bidask). Sources: Meteora DLMM API.
Full LP strategy brief — best Meteora DLMM pool + recommended range + expected daily fees for a given capital amount. Sources: Meteora DLMM API.
Rebalance signal for a Meteora DLMM LP position with suggested new bin range based on price drift. Sources: Solana RPC + Meteora DLMM.
Active Meteora DLMM LP positions for a Solana wallet with in-range status, accrued fees, and hold/rebalance signal. Sources: Solana RPC.
OHLCV-like price + volume metrics for a Solana token at 1m/5m/1h/1d intervals with AI trend analysis. Sources: Solana RPC + Jupiter.
Top holders of a Solana token, supply concentration, recent accumulation/distribution flow with AI signal. Sources: Solana RPC + Jupiter.
30-day Solana wallet intelligence — trader archetype (sniper, swing, hodler), specialty, copy-worthiness score. Sources: Solana RPC + Jupiter.
Solana wallet realized + unrealized PnL, win rate, portfolio value with AI copy-worthiness verdict. Sources: Solana RPC + Jupiter.
Current token holdings for a Solana wallet with entry info, current USD value, AI accumulate/distribute signal. Sources: Solana RPC + Jupiter.
Bonding curve graduation progress, SOL in curve, ETA to Raydium with AI urgency assessment. Sources: Solana RPC.
Solana token metadata, socials, top holders, freeze/mint authority status with AI risk assessment. Sources: Solana RPC.
Detect wallets that bought a PumpFun token in the first 3 blocks — sniper risk level, dev wallet links, concentration score. Sources: Solana RPC.
Full AI verdict on a Solana token combining holders, snipers, dev history, bonding curve, freeze/mint authority — single comprehensive risk score. Sources: Solana RPC + PumpPortal.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://mpp.hyreagent.fun \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://mpp.hyreagent.funimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://mpp.hyreagent.fun", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.