← Back to marketplace

HYRE Agent

external

AI-enhanced DeFi data API with 24 endpoints and LLM-interpreted insights. Multi-chain x402 payment on Solana, Base, and SKALE.

by Hyreagent48 endpoints100% uptime53ms avg

Price

from $0.0010

up to $0.0250 per request

Network

base

Category

ai

On-chain txns

1,316

Uptime

100%

Avg latency

53ms

Checks

130

Status

Healthy

Base URL

https://mpp.hyreagent.fun

Endpoints (48)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/ask
base$0.0250
POST/base/ask
base$0.0250
POST/base/debridge/quote
base$0.0020
POST/base/debridge/yield-migrate
base$0.0050
POST/base/defi/tvl
base$0.0010
POST/base/defi/yields
base$0.0020
POST/base/lp/meteora/pools
base$0.0010
POST/base/lp/meteora/pools/%7Baddress%7D
base$0.0030
POST/base/lp/meteora/pools/recommend
base$0.0080
POST/base/lp/meteora/pools/strategy
base$0.0200
POST/base/lp/positions/%7Bid%7D/rebalance
base$0.0100
POST/base/lp/wallet/%7Baddress%7D/positions
base$0.0040
POST/base/traders/token/%7Bmint%7D/ohlcv
base$0.0020
POST/base/traders/token/%7Bmint%7D/whales
base$0.0030
POST/base/traders/top-wallets
base$0.0080
POST/base/traders/wallet/%7Baddress%7D/intel
base$0.0120
POST/base/traders/wallet/%7Baddress%7D/pnl
base$0.0050
POST/base/traders/wallet/%7Baddress%7D/positions
base$0.0030
POST/base/trenches/bags/new-tokens
base$0.0080
POST/base/trenches/curve/%7Bmint%7D
base$0.0010
POST/base/trenches/graduating
base$0.0030
POST/base/trenches/new-tokens
base$0.0080
POST/base/trenches/token/%7Bmint%7D
base$0.0020
POST/base/trenches/token/%7Bmint%7D/snipers
base$0.0040
POST/base/trenches/token/%7Bmint%7D/verdict
base$0.0150
POST/debridge/quote
solana$0.0020
POST/debridge/yield-migrate
solana$0.0050
POST/defi/tvl
solana$0.0010
POST/defi/yields
solana$0.0020
POST/lp/meteora/pools
base$0.0010
POST/lp/meteora/pools/%7Baddress%7D
base$0.0030
POST/lp/meteora/pools/recommend
solana$0.0080
POST/lp/meteora/pools/strategy
base$0.0200
POST/lp/positions/%7Bid%7D/rebalance
base$0.0100
POST/lp/wallet/%7Baddress%7D/positions
base$0.0040
POST/traders/token/%7Bmint%7D/ohlcv
solana$0.0020
POST/traders/token/%7Bmint%7D/whales
solana$0.0030
POST/traders/top-wallets
solana$0.0080
POST/traders/wallet/%7Baddress%7D/intel
base$0.0120
POST/traders/wallet/%7Baddress%7D/pnl
base$0.0050
POST/traders/wallet/%7Baddress%7D/positions
base$0.0030
POST/trenches/bags/new-tokens
base$0.0080
POST/trenches/curve/%7Bmint%7D
solana$0.0010
POST/trenches/graduating
solana$0.0030
POST/trenches/new-tokens
solana$0.0080
POST/trenches/token/%7Bmint%7D
solana$0.0020
POST/trenches/token/%7Bmint%7D/snipers
base$0.0040
POST/trenches/token/%7Bmint%7D/verdict
base$0.0150

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.fun
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.