MacroPulse · COT
by MacroPulse
$0.02
per call · USD Coin on Base
CFTC Commitments of Traders positioning, parsed from the official dataset. No LLM. Answers "are hedge funds long S&P futures", "speculator positioning EUR/USD", "managed money net corn". 21 markets in 4 groups: fx (7 CME pairs), commodities (gold, WTI), grains (corn, wheat, soy complex, natgas managed-money), financials (equity index + Treasury leveraged-fund TFF). Net positions, week-over-week deltas, computed bias per market.
Endpoint
GET https://macropulse.theaslangroupllc.com/api/cot3
Calls / 30d
3
Unique payers / 30d
Aug 26
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://macropulse.theaslangroupllc.com/api/cot", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://macropulse.theaslangroupllc.com/api/cot?group=financials" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"deterministic": true,
"financials": [
{
"am_net": 912000,
"bias": "short",
"lev_change_net": 8400,
"lev_net": -61250,
"market": "E-Mini S&P 500",
"report_date": "2026-07-07"
}
],
"report_date": "2026-07-07"
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from MacroPulse & similar services
MacroPulse · FX Convert
macropulse.theaslangroupllc.com
Convert an amount between currencies at the official European Central Bank reference rate. Answers "what is the USD to EUR exchange rate", "convert 250 GBP to JPY", "what was the EUR/USD FX rate on 2024-03-15". Multi-currency in one call (to=EUR,GBP,JPY), 30+ currencies, historical daily fixings back to 1999. Deterministic and cacheable: real ECB data, not a model estimate — identical inputs always return the identical rate. Keyless, sub-second.
MacroPulse · Macro
macro.lonestaroracle.xyz
US macro intelligence — Fed rate, CPI/Core PCE YoY, yield curve, M2 money supply, GDP, VIX, crypto Fear & Greed, AI macro regime narrative
MacroPulse · Macro US
macropulse.theaslangroupllc.com
Official US macro data read straight from Chainlink contracts. No LLM, no API key. Answers "what is US GDP growth", "current US inflation PCE", "what is SOFR today", "official US economic data". 7 series: real GDP level+growth, PCE index+inflation, real final sales, SOFR. Six are BEA (Dept of Commerce) on Base, SOFR is NY Fed on Ethereum - we assemble both chains. Each value ships its contract + round ID: verify us on an immutable ledger.