What problem does it solve?
Integrates and simplifies programmatic access to Aster Finance futures so agents and developers can authenticate, stream market data, and manage orders without rebuilding protocol-specific plumbing.
Core Features & Use Cases
- Authentication — EIP-712 signed requests with nonce and signature handling for secure API calls.
- Trading — Place, cancel, and query orders for futures/perpetuals and manage positions.
- Market Data & WebSocket — Subscribe to market depth, klines, tickers, funding rates, and user data streams via WebSocket.
- Account & Resilience — Balance, transfers, income, error codes, rate-limit guidance, and retry/backoff recommendations for robust automation.
- Use Case: Build an automated trading bot that authenticates with EIP-712, subscribes to live market streams, and executes hedging strategies with monitored retries on rate limits.
Quick Start
Connect to the Aster Futures REST and WebSocket endpoints, authenticate using EIP-712 signed requests, and place a test order to verify order lifecycle handling.