aster-api-spot-market-data-v3

Public REST market data for Aster Spot Testnet API v3. Ping, time, exchangeInfo, depth, trades, klines, tickers. Use when fetching spot testnet market data via /api/v3/. historicalTrades and commissionRate require signature.

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-spot-market-data-v3" with this command: npx skills add asterdex/aster-skills-hub/asterdex-aster-skills-hub-aster-api-spot-market-data-v3

Aster Spot API Market Data (v3 — Testnet)

Base: https://sapi.asterdex-testnet.com. All GET; query string params. historicalTrades and commissionRate require signed request (user, signer, nonce, signature).

Endpoints

EndpointWeightKey parameters
GET /api/v3/ping1None
GET /api/v3/time1None → { "serverTime": ms }
GET /api/v3/exchangeInfo1None → symbols, filters, rateLimits, assets
GET /api/v3/depth2–20symbol (required), limit (5,10,20,50,100,500,1000; default 100)
GET /api/v3/trades1symbol, limit (default 500, max 1000)
GET /api/v3/historicalTrades20symbol, limit, fromId. Signed.
GET /api/v3/aggTrades20symbol, fromId, startTime, endTime, limit (max 1000); startTime–endTime < 1h if both
GET /api/v3/klines1–10symbol, interval, startTime, endTime, limit (default 500, max 1500)
GET /api/v3/ticker/24hr1 or 40symbol (optional; no symbol = 40 weight)
GET /api/v3/ticker/price1 or 2symbol (optional)
GET /api/v3/ticker/bookTicker1 or 2symbol (optional)
GET /api/v3/commissionRate20symbol (required). Signed.

Depth weight by limit: 5, 10, 20, 50 → 2; 100 → 5; 500 → 10; 1000 → 20.

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-account-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-market-data-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-auth-v1

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-errors-v3

No summary provided by upstream source.

Repository SourceNeeds Review