aster

Automate trade placement, cancellation, and monitoring on Aster Finance via Binance-compatible APIs.

12|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/draguris/dragonclaw --skill aster-draguris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aster
Source: https://github.com/draguris/dragonclaw/tree/main/src/skills/aster
Command: npx skills add https://github.com/draguris/dragonclaw --skill aster-draguris

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, websocket-client, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies trading on Aster Finance, providing a user-friendly way to interact with the platform without needing to navigate its complex web interface.

Core Features & Use Cases

  • Trading Automation: Automate order placements, cancellations, and monitoring of futures and spot trades.
  • Market Data Access: Retrieve real-time and historical market data, including orderbooks, trades, and prices.
  • Authentication: Supports both HMAC and EIP-712 wallet authentication methods.
  • Use Case: For example, you can set up a quick alert to notify you when your favorite cryptocurrency reaches a certain price level, or automatically execute a trade based on predefined conditions.

Quick Start

Use the aster skill to place a buy limit order for 0.01 BTC at $50,000 on the BTCUSDT pair.

Frequently Asked Questions about aster

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

FAQPage Schema
How do I automate crypto trading orders on Aster Finance?

Automate crypto trading orders on Aster Finance by using scripts that interact with Binance-compatible API endpoints to place, cancel, and monitor spot and futures trades programmatically. This Skill handles REST and WebSocket API streams to execute operations automatically.

Can I retrieve real-time market data and orderbooks using the Aster Finance API?

Retrieve real-time market data and orderbooks using the Aster Finance API by connecting to its REST and WebSocket streams. This allows you to fetch current prices, historical trades, and monitor market depth for informed trading decisions.

Does Aster Finance support both HMAC and EIP-712 wallet authentication?

Aster Finance supports both HMAC and EIP-712 wallet authentication methods, allowing you to securely handle API credentials for different trading operations and access patterns. This dual support ensures compatibility with various cryptographic signature requirements.

Do I need specific API credentials and Python libraries to trade on Aster Finance?

You need proper Aster Finance API credentials and the Python requests and websocket-client libraries to trade programmatically. These dependencies establish network connections and maintain real-time data streams for automated trading operations.

How do I set up automated price alerts for cryptocurrency on Aster Finance?

Set up automated price alerts for cryptocurrency on Aster Finance by monitoring market data through WebSocket streams and configuring scripts to trigger alerts or execute trades when predefined price levels are reached. This automates continuous market surveillance.