aster-api-market-data-v3

Retrieve public REST market data from the Aster Futures API v3.

69|12|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/asterdex/aster-skills-hub --skill aster-api-market-data-v3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aster-api-market-data-v3
Source: https://github.com/asterdex/aster-skills-hub/tree/main/skills/aster-api-market-data-v3
Command: npx skills add https://github.com/asterdex/aster-skills-hub --skill aster-api-market-data-v3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides access to real-time and historical market data for the Aster Futures API, enabling users to make informed trading decisions without needing to manually query endpoints.

Core Features & Use Cases

  • Real-time Data: Retrieve current market prices, order book depth, and recent trades.
  • Historical Data: Access historical klines (candlestick data) for technical analysis.
  • Exchange Information: Get details about available trading pairs, filters, and rate limits.
  • Use Case: An AI agent can use this skill to fetch the 24-hour ticker information for a specific symbol to display to a user.

Quick Start

Use the aster-api-market-data-v3 skill to get the current depth for the BTCUSDT symbol.

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 market data without authentication?

You can fetch Aster Futures market data by querying public REST endpoints directly. The API provides ping, time, exchange information, order book depth, trades, klines, and ticker information without requiring authentication.

Can I retrieve historical klines and aggregated trades for Aster Futures?

Yes, you can retrieve historical klines and aggregated trades for Aster Futures. The API supports various query parameters for filtering and limiting results to access both real-time and historical market data.

What market data endpoints are available for Aster Futures API v3?

Available endpoints include ping, time, exchange information, order book depth, recent trades, historical trades, aggregated trades, klines, premium index, funding rates, and 24-hour ticker information.

Does the Aster Futures market data API support query parameters for filtering order book depth?

Yes, the Aster Futures market data API supports various query parameters for filtering and limiting results. You can use these parameters to customize order book depth retrieval for specific trading symbols.

How do I get 24-hour ticker information for a specific symbol like BTCUSDT?

To get 24-hour ticker information for a specific symbol like BTCUSDT, use the ticker endpoint with the appropriate symbol parameter. This returns current market prices and ticker data for informed trading decisions.