aster-api-spot-market-data-v1

Retrieve public REST market data from the Aster Spot API v1.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides access to public market data for the Aster Spot API (v1), enabling users to retrieve real-time and historical trading information without requiring authentication for most endpoints.

Core Features & Use Cases

  • Real-time Market Data: Fetch order book depth, recent trades, and ticker information.
  • Historical Data: Retrieve candlestick (klines) data for technical analysis.
  • Exchange Information: Get details about available trading pairs, filters, and rate limits.
  • Use Case: An analyst can use this skill to get the 24-hour ticker information for all trading pairs on the Aster Spot v1 API to monitor market trends.

Quick Start

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

Frequently Asked Questions about aster-api-spot-market-data-v1

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

FAQPage Schema
How do I fetch Aster Spot market data without authentication?

You can fetch Aster Spot market data without authentication by retrieving public REST endpoints for ping, time, exchange information, order book depth, trades, and klines.

What market data endpoints are available in Aster Spot API v1?

Aster Spot API v1 endpoints include ping, time, exchange information, order book depth, trades, historical trades, aggregated trades, klines, and various ticker information.

Can I retrieve historical klines for specific symbols via the Aster Spot API?

Yes, you can retrieve historical klines for specific symbols via the Aster Spot API, supporting fetching data for specific symbols and time intervals with rate limiting considerations.

How do I get 24-hour ticker information for all trading pairs on Aster Spot?

To get 24-hour ticker information for all trading pairs on Aster Spot, use the market data skill to retrieve various ticker information and monitor market trends.

Does the Aster Spot API support fetching aggregated trades and order book depth?

Yes, the Aster Spot API supports fetching aggregated trades and order book depth, providing real-time and historical trading information for public market data retrieval.

What are the rate limiting considerations for Aster Spot API v1 market data?

Rate limiting considerations for Aster Spot API v1 market data apply when fetching data for specific symbols and time intervals, ensuring stable public REST data retrieval.