aster-api-spot-trading-v3

Place, cancel, and query spot orders for Aster Spot Testnet API v3 (/api/v3/). Use when placing/canceling spot testnet orders or querying open/historical. Signed; see aster-api-spot-auth-v3.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aster-api-spot-trading-v3" with this command: npx skills add asterdex/aster-skills-hub/asterdex-aster-skills-hub-aster-api-spot-trading-v3

Aster Spot API Trading (v3 — Testnet)

Base: https://sapi.asterdex-testnet.com. Signed (TRADE/USER_DATA). POST/DELETE: body application/x-www-form-urlencoded.

New order

POST /api/v3/order (W: 1)

ParameterReqNotes
symbol, side, typeYside: BUY/SELL; type → see below
timeInForceNGTC, IOC, FOK, GTX
quantity, quoteOrderQtyNMARKET BUY: quantity or quoteOrderQty; MARKET SELL: quantity
price, stopPriceNstopPrice for STOP*, TAKE_PROFIT*
newClientOrderIdNUnique client order ID

Type-specific required: LIMIT → timeInForce, quantity, price. MARKET → quantity or quoteOrderQty (BUY). STOP/TAKE_PROFIT → quantity, price, stopPrice. STOP_MARKET/TAKE_PROFIT_MARKET → quantity, stopPrice.

Order types: LIMIT, MARKET, STOP, TAKE_PROFIT, STOP_MARKET, TAKE_PROFIT_MARKET.

Cancel / Query

  • DELETE /api/v3/order (W: 1): symbol + orderId or origClientOrderId.
  • GET /api/v3/order (W: 1): symbol + orderId or origClientOrderId.
  • GET /api/v3/openOrders (W: 1 or 40): symbol optional; no symbol = all (40).
  • DELETE /api/v3/allOpenOrders (W: 1): symbol (required); optional orderIdList or origClientOrderIdList for batch cancel.
  • GET /api/v3/allOrders (W: 5): symbol req.; orderId, startTime, endTime, limit (500 default, 1000 max). Max range 7 days.

No POST batchOrders (create); batch cancel via allOpenOrders with list params.

Payload shapes: reference.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aster-api-account-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-market-data-v3

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-market-data-v1

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-websocket-v1

No summary provided by upstream source.

Repository SourceNeeds Review