A

Atlas Market Data · Futures Aggregates

by Atlas Market Data

GETBaseSolanaArbitrumPolygon

$0.015

per call · USD Coin on Base

OHLC candlestick bars for a futures contract — historical aggregates with settlement price and dollar volume by contract ticker.

Endpoint

GET https://marketdata.use.x402atlas.com/futures-aggregates

2

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://marketdata.use.x402atlas.com/futures-aggregates", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://marketdata.use.x402atlas.com/futures-aggregates?from=2025-02-01&limit=10&resolution=1session&ticker=GCJ5&to=2025-02-07" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "candles": [
    {
      "close": 2874.2,
      "dollar_volume": 380560636.01,
      "high": 2877.1,
      "low": 2837.4,
      "open": 2849.8,
      "session_end_date": "2025-02-04",
      "settlement_price": 2875.8,
      "time": "2025-02-04T00:00:00Z",
      "transactions": 74223,
      "volume": 133072
    }
  ],
  "queried_at": "2026-07-06T12:00:00Z",
  "resolution": "1session",
  "ticker": "GCJ5"
}

Payment details

Pay to0x9d667bc76f166322df087b3b3927d4d83d44a5d0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Atlas Market Data & similar services