$0.001
per call · USD Coin on Base
Hyperliquid funding rate extremes: live perpetual funding APR outliers and which side collects. Use for funding-rate and carry trade signals.
Endpoint
GET https://signals.edge.report/v1/signals/funding6
Calls / 30d
2
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://signals.edge.report/v1/signals/funding", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://signals.edge.report/v1/signals/funding" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"funding": [],
"product": "edge-signals-funding",
"summary": {
"bestAbsAprPct": null,
"count": 0
}
}Payment details
0xe2520f1497ee47645072a6214304807bc3340d58USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Edge & similar services
Edge · GAS
signals.edge.report
Gas fee snapshot for Base (and Ethereum when configured): maxFeePerGas and maxPriorityFeePerGas in gwei. Use before submitting an EVM transaction.
Edge · Erc20 Balance
signals.edge.report
Get ERC20 token balance for any wallet and token contract on Base (or Ethereum). Returns balance, decimals, and symbol via balanceOf. Use for live ERC20 holdings checks without an API key.
Edge · Brief
signals.edge.report
Crypto news brief for agents: ranked headlines with source URLs and heuristic sentiment. Topics: crypto, base, defi. Fresh research digest without a search API key.