# COT Intelligence API — CFTC Commitments of Traders for FX > Weekly FX futures positioning data with z-score analysis and trading signals. Track leveraged money (hedge fund) positioning extremes and yield-momentum cross signals. $0.01-$0.02/call on Base. ## Quick Start — Check JPY Positioning ``` GET https://cot.hugen.tokyo/cot/positions → {report_date, positions: {JPY: {net_position: -42156, z_score: -1.82, extreme: true}, ...}} ``` Extreme z-score (|z| > 1.0) = positioning at 26-week extreme. Historically precedes reversals. ## API Base URL https://cot.hugen.tokyo ## Authentication x402 micropayments (USDC on Base, eip155:8453). ## Endpoints - GET /cot/positions — All currency FX futures positioning with z-scores ($0.01) - GET /cot/signals — COT × Yield momentum cross signals ($0.02) - GET /cot/history?currency={CCY} — 26-week z-score history ($0.01) ## Tracked Currencies JPY, EUR, GBP, CHF, CAD, AUD ## Related APIs - FX Technical Indicators: https://fx.hugen.tokyo/fx/indicators ($0.01) - Gotobi Calendar: https://gotobi.hugen.tokyo/gotobi/today ($0.01)