ngrok is the fastest way to put anything on the internet with a single command.
Price
from $0.0100
up to $0.0500 per request
Network
base
Category
other
On-chain txns
261
Uptime
100%
Avg latency
410ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Cryptocurrency perpetual futures funding rates and open interest API: real-time BTC Bitcoin and ETH Ethereum funding rate data from Hyperliquid DEX. Open interest volume for crypto market analysis and trading signals.
Gold XAU trading signal API: real-time gold price with directional signal (bullish, bearish, neutral), RSI indicator. Commodity market data for trading agents and automated strategies.
Real-time cryptocurrency market data API: Bitcoin BTC price, Ethereum ETH price, gold XAU price, RSI indicator, market trend direction, perpetual funding rates, open interest, Fear and Greed index, and sentiment signal. Live trading data from Hyperliquid DEX.
Crude oil CL WTI trading signal API: real-time oil price with directional signal, RSI-14 indicator. Commodity market data and energy sector trading intelligence for agents.
Bitcoin and Ethereum market trend direction API: current bull or bear regime signal based on EMA moving average analysis. Real-time LONG or SHORT trend indicator for BTC and ETH crypto trading decisions.
Cryptocurrency market sentiment analysis API: bullish or bearish signal with strength score, short-term and long-term market direction, contrarian indicator from multiple analyst sources. Bitcoin and crypto sentiment data for trading agents.
Crypto whale wallet tracking API: on-chain smart money capital flows, DeFi whale bridge activity, directional stance detection. Track large wallet movements across Ethereum, Base, and Arbitrum chains for trading signals.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://nonvisceral-eloisa-mousily.ngrok-free.dev \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://nonvisceral-eloisa-mousily.ngrok-free.devimport { 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://nonvisceral-eloisa-mousily.ngrok-free.dev", {
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.