$0.01
per call · USD Coin on Base
The macro regime that drives crypto, as signals rather than raw levels: the 2s10s yield curve spread with its direction and an inverted flag, Fed funds, 2Y and 10Y yields, CPI year-over-year, the broad dollar index, VIX and M2 — each with its previous reading, so direction comes free. The slope of the curve, not the level of any single yield, is the liquidity signal: re-steepening out of inversion marks the easing that risk assets price first.
Endpoint
POST https://asistent-crypto.vercel.app/api/x402/data/macro-rates2
Calls / 30d
1
Unique payers / 30d
Aug 24
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://asistent-crypto.vercel.app/api/x402/data/macro-rates", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
const data = await res.json();curl -X POST \
"https://asistent-crypto.vercel.app/api/x402/data/macro-rates" \
-H "Content-Type: application/json" \
-d '{}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {},
"ok": true,
"tool": "get_macro_rates"
}Payment details
0xbeebd30639e99bbce11faa2b463fcccf6215831bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Asistent Crypto & similar services
Asistent Crypto · Data Fear Greed
asistent-crypto.vercel.app
Crypto Fear & Greed Index: current and previous value with classification, plus recent history. A contrarian input — extreme fear has historically marked accumulation zones and extreme greed distribution zones — but it is a filter, never a trigger on its own. Pair it with funding to separate real capitulation from a crowded short.
Asistent Crypto · Data Implied Volatility
asistent-crypto.vercel.app
What the options market expects price to do, not what leverage is doing: the 30-day implied volatility index for BTC and ETH, with its percentile over the last month and the expected move in percent over 1, 7 and 30 days. Funding tells you who is crowded; this tells you how much movement is already priced in — and whether hedging is cheap or expensive relative to where it has been.
Asistent Crypto · Data Funding BY Venue
asistent-crypto.vercel.app
Funding rate and open interest for one coin, broken down venue by venue across Binance, Bybit, OKX and Hyperliquid, using each venue's largest-open-interest perpetual. Use it when venue divergence matters: one venue far more positive or negative than the rest is localised positioning, not market consensus — the setup that precedes a squeeze on that venue alone. Returns per-venue rows plus average funding, total open interest and the spread.