aster-api-market-data-v3

Retrieve public Aster Futures v3 REST market data endpoints.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill aster-api-market-data-v3-pieverse-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aster-api-market-data-v3
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/aster/vendor/futures-market-data
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill aster-api-market-data-v3-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a single, discoverable reference for fetching public market data from the Aster Futures v3 REST API so developers and analysts do not need to manually inspect endpoints, parameters, weights, and response shapes across scattered documentation.

Core Features & Use Cases

  • Unauthenticated REST Endpoints: Covers GET endpoints such as ping, time, exchangeInfo, depth, trades, historicalTrades, aggTrades, klines, indexPriceKlines, markPriceKlines, premiumIndex, fundingRate, fundingInfo, and ticker endpoints.
  • Rate and Parameter Guidance: Documents endpoint weight rules, depth and kline weight by limits, supported kline intervals, and timestamp conventions to help clients manage rate limits and pagination.
  • Response Shapes & Validation Notes: Includes payload shape references for depth, kline, ticker, and exchangeInfo filters to validate inputs and parse responses reliably.
  • Use Case: Ideal for building market data feeds, trading UIs, backtesting datasets, and monitoring funding/ticker metrics without authentication.

Quick Start

Use the aster-api-market-data-v3 skill to retrieve the latest depth and 24hr ticker for BTCUSDT from the Aster Futures v3 REST API.

Frequently Asked Questions about aster-api-market-data-v3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Aster Futures v3 market data like tickers and order book depth?

The Aster Futures v3 REST API provides public unauthenticated GET endpoints for market data retrieval, covering depth, trades, klines, tickers, and funding data. It returns standardized response shapes suitable for charting, backtesting, and lightweight analytics.

Can I retrieve historical klines and funding rates from Aster Futures without authentication?

Yes, you can retrieve historical klines and funding rates from Aster Futures without authentication using public GET endpoints. Supported endpoints include klines, indexPriceKlines, markPriceKlines, fundingRate, and fundingInfo for unauthenticated market data access.

What are the rate limits and endpoint weight rules for Aster Futures v3 REST API?

Rate limits and endpoint weight rules for the Aster Futures v3 REST API vary by endpoint and query parameters, with depth and kline weights scaling by requested limits. Clients must observe these weight rules and millisecond timestamp conventions to manage rate limits effectively.

How do I get started querying Aster Futures v3 public REST endpoints?

Start querying Aster Futures v3 public REST endpoints by sending unauthenticated GET requests to endpoints like ping, time, exchangeInfo, depth, and tickers. Validate inputs using exchangeInfo filters and parse responses using the documented payload shape references.

What timestamp convention does Aster Futures v3 use for market data responses?

Aster Futures v3 uses millisecond timestamp conventions for market data responses. Clients querying endpoints like klines, trades, and historicalTrades must handle millisecond timestamps to correctly parse and validate the returned payload shapes.

Does the Aster Futures v3 API support exchangeInfo filters for validating trading pairs?

Yes, the Aster Futures v3 API provides exchangeInfo endpoints with payload shape references including filters for validating trading pair inputs. This helps clients reliably parse responses and confirm supported symbols before querying depth or ticker data.