aster-api-market-data-v3

Installation
SKILL.md

Aster API Market Data

Base: https://fapi.asterdex.com. All GET; query string params; no signature.

Endpoints

Endpoint Weight Key parameters
GET /fapi/v3/ping 1 None
GET /fapi/v3/time 1 None → { "serverTime": ms }
GET /fapi/v3/exchangeInfo 1 None → symbols, filters, rateLimits, assets
GET /fapi/v3/depth 2–20 symbol (required), limit (5,10,20,50,100,500,1000; default 500)
GET /fapi/v3/trades 1 symbol, limit (default 500, max 1000)
GET /fapi/v3/historicalTrades 20 symbol, limit, fromId (MARKET_DATA)
GET /fapi/v3/aggTrades 20 symbol, fromId, startTime, endTime, limit (max 1000); startTime–endTime < 1h if both sent
GET /fapi/v3/klines 1–10 symbol, interval, startTime, endTime, limit (default 500, max 1500)
GET /fapi/v3/indexPriceKlines 1–10 pair, interval, startTime, endTime, limit
GET /fapi/v3/markPriceKlines 1–10 symbol, interval, startTime, endTime, limit
GET /fapi/v3/premiumIndex 1 symbol (optional) → markPrice, indexPrice, lastFundingRate, nextFundingTime
Related skills
Installs
22
GitHub Stars
68
First Seen
Mar 6, 2026