aster-api-market-data-v1

Public REST market data for Aster Futures API v1. Ping, time, exchangeInfo, depth, trades, klines, tickers, funding. Use when fetching market data via /fapi/v1/. No auth except historicalTrades (API key MARKET_DATA).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aster-api-market-data-v1" with this command: npx skills add asterdex/aster-skills-hub/asterdex-aster-skills-hub-aster-api-market-data-v1

Aster API Market Data (v1)

Base: https://fapi.asterdex.com. All GET; query string params; no signature except historicalTrades (API key).

Endpoints

EndpointWeightKey parameters
GET /fapi/v1/ping1None
GET /fapi/v1/time1None → { "serverTime": ms }
GET /fapi/v1/exchangeInfo1None → symbols, filters, rateLimits, assets
GET /fapi/v1/depth2–20symbol (required), limit (5,10,20,50,100,500,1000; default 500)
GET /fapi/v1/trades1symbol, limit (default 500, max 1000)
GET /fapi/v1/historicalTrades20symbol, limit, fromId. MARKET_DATA: requires API key
GET /fapi/v1/aggTrades20symbol, fromId, startTime, endTime, limit (max 1000); startTime–endTime < 1h if both sent
GET /fapi/v1/klines1–10symbol, interval, startTime, endTime, limit (default 500, max 1500)
GET /fapi/v1/indexPriceKlines1–10pair, interval, startTime, endTime, limit
GET /fapi/v1/markPriceKlines1–10symbol, interval, startTime, endTime, limit
GET /fapi/v1/premiumIndex1symbol (optional) → markPrice, indexPrice, lastFundingRate, nextFundingTime
GET /fapi/v1/fundingRate1symbol, startTime, endTime, limit (default 100, max 1000)
GET /fapi/v1/fundingInfo1symbol (optional) → fundingIntervalHours, fundingFeeCap, fundingFeeFloor
GET /fapi/v1/ticker/24hr1 or 40symbol (optional; no symbol = 40 weight)
GET /fapi/v1/ticker/price1 or 2symbol (optional)
GET /fapi/v1/ticker/bookTicker1 or 2symbol (optional)

Depth weight by limit

  • 5, 10, 20, 50 → 2
  • 100 → 5
  • 500 → 10
  • 1000 → 20

Kline weight by limit

  • [1, 100) → 1; [100, 500) → 2; [500, 1000] → 5; >1000 → 10

Intervals (klines)

1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M

Conventions: REST symbols uppercase; WS lowercase; timestamps ms.

Payload shapes: reference.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aster-api-market-data-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-account-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-websocket-v1

No summary provided by upstream source.

Repository SourceNeeds Review