aster-api-trading-v1

Manage order lifecycle operations for the Aster Futures API v1.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of placing, canceling, and querying orders on the Aster Futures API (v1), streamlining trading operations.

Core Features & Use Cases

  • Order Placement: Supports various order types (LIMIT, MARKET, STOP, etc.) with detailed parameter configurations.
  • Order Management: Enables cancellation of individual orders, all open orders, or batch orders.
  • Order Querying: Allows retrieval of specific orders or all open/historical orders.
  • Use Case: An algorithmic trader can use this skill to automatically place a limit order for a specific quantity of a symbol when a certain market condition is met.

Quick Start

Use the aster-api-trading-v1 skill to place a BUY limit order for 100 units of BTCUSDTPERP with a price of 30000.

Frequently Asked Questions about aster-api-trading-v1

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

FAQPage Schema
How do I place and manage futures orders via the Aster API?

You can manage the Aster Futures API order lifecycle by placing, canceling, and querying various order types including LIMIT, MARKET, and STOP orders with detailed parameter configurations.

Can I batch cancel multiple open orders on Aster Futures at once?

Yes, the Aster Futures API supports batch operations, allowing you to cancel individual orders, all open orders, or batch orders simultaneously to streamline trading operations.

Do I need authentication to place trades on the Aster Futures API?

Yes, placing trades requires authentication via the aster-api-auth-v1 skill to sign requests before managing your order lifecycle operations on the Aster Futures API.

What types of conditional orders does the Aster Futures API support?

The Aster Futures API supports advanced trading functionalities including conditional orders like STOP orders, enabling algorithmic traders to execute trades when specific market conditions are met.

How do I query historical and open orders for Aster Futures?

You can query specific orders or retrieve all open and historical orders from the Aster Futures API, allowing you to track order status and review past trading activity.