aster-api-trading-v3

Manages order lifecycle operations for 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-trading-v3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aster-api-trading-v3
Source: https://github.com/asterdex/aster-skills-hub/tree/main/skills/aster-api-trading-v3
Command: npx skills add https://github.com/asterdex/aster-skills-hub --skill aster-api-trading-v3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of placing, canceling, and querying orders on the Aster Futures API, simplifying complex trading operations.

Core Features & Use Cases

  • Order Placement: Supports various order types (LIMIT, MARKET, STOP, etc.) with detailed parameter control.
  • Order Management: Enables batch order placement, cancellation of single or all open orders, and efficient querying of order history.
  • Use Case: Quickly place a limit buy order for BTCUSDTPERP with a specific quantity and price, or cancel all open orders for a given symbol.

Quick Start

Use the aster-api-trading-v3 skill to place a limit buy order for BTCUSDTPERP with a quantity of 10 and a price of 30000.

Frequently Asked Questions about aster-api-trading-v3

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

FAQPage Schema
How do I place a futures crypto order using an API?

You can place a futures crypto order via the Aster Futures API by specifying the order type, symbol, quantity, and price. The skill supports LIMIT, MARKET, and STOP orders, providing detailed parameter control for precise order placement.

Can I cancel multiple open crypto orders in one request?

Yes, you can cancel multiple open crypto orders in one request using batch order cancellation. The skill enables cancellation of single orders or all open orders for a given symbol, streamlining the management of your active trading positions.

Do I need authentication to manage crypto futures orders?

Yes, authentication is required to manage crypto futures orders via signed API requests. You must use the aster-api-auth-v3 skill to authenticate before placing, canceling, or querying orders on the Aster Futures API.

How do I retrieve historical order data for futures trading?

You can retrieve historical order data for futures trading by using the order query functions in the Aster Futures API. The skill enables efficient querying of past trading activities and historical order records.

Does batch order placement support different order types for crypto trading?

Batch order placement supports various order types for crypto trading, including LIMIT, MARKET, and STOP. The skill allows you to submit multiple orders simultaneously while maintaining detailed parameter control for each individual order.