← Back to marketplace

Nonvisceral-eloisa-mousily.ngrok-free.dev

external

ngrok is the fastest way to put anything on the internet with a single command.

by Ngrok-free7 endpoints100% uptime410ms avg

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

Base URL

https://nonvisceral-eloisa-mousily.ngrok-free.dev

Endpoints (7)

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

POST/api/funding
base$0.0100

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.

POST/api/gold-signal
base$0.0300

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.

POST/api/market-overview
base$0.0100

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.

POST/api/oil-signal
base$0.0300

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.

POST/api/regime
base$0.0200

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.

POST/api/sentiment
base$0.0500

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.

POST/api/whale-alerts
base$0.0100

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.

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://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.dev
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://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();
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.