aster-api-spot-trading-v3

Place, cancel, and query LIMIT, MARKET, and STOP orders on the Aster Testnet API v3.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables programmatic trading of cryptocurrencies on the Aster Spot Testnet, allowing users to place, cancel, and query orders without manual intervention on the exchange's website.

Core Features & Use Cases

  • Order Placement: Supports various order types (LIMIT, MARKET, STOP, etc.) for both buying and selling.
  • Order Management: Allows for the cancellation of individual orders or all open orders, and querying the status of existing orders.
  • Use Case: An algorithmic trader can use this skill to automatically place a limit buy order for BTC/USDT on the Aster Spot Testnet once a specific price target is met.

Quick Start

Use the aster-api-spot-trading-v3 skill to place a limit buy order for 0.01 BTC at a price of 30000 USDT on the BTCUSDT symbol.

Frequently Asked Questions about aster-api-spot-trading-v3

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

FAQPage Schema
How do I automate spot crypto trading on Aster Testnet?

To automate spot crypto trading on Aster Testnet, you can programmatically place, cancel, and query orders using the Aster Testnet API v3. This enables algorithmic trading for specified pairs like BTCUSDT without manual website intervention.

What order types can I place for crypto spot market trading via API?

For crypto spot market trading via API, you can place LIMIT, MARKET, and STOP orders. These order types support both buying and selling operations for specified trading pairs on the Aster Spot Testnet.

Do I need API authentication to manage spot orders on Aster Testnet?

Yes, you need API authentication to manage spot orders on Aster Testnet. Signed requests require authentication via the aster-api-spot-auth-v3 skill to securely place, cancel, and query your cryptocurrency trading operations.

Can I cancel all open spot orders on Aster Testnet at once?

Yes, you can cancel all open spot orders on Aster Testnet at once. The API order management functionality supports cancelling individual orders or all open orders simultaneously for a specified trading pair.

How do I query the status of existing spot orders on Aster Testnet?

To query the status of existing spot orders on Aster Testnet, use the API v3 order management endpoints. This allows you to track and verify the current state of your placed LIMIT, MARKET, or STOP orders.