aster-api-trading-v1

Place, cancel, batch, countdown-cancel, and query orders for Aster Futures API v1 (/fapi/v1/). Use when placing/canceling orders or querying open/historical. Signed; see aster-api-auth-v1.

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-trading-v1" with this command: npx skills add asterdex/aster-skills-hub/asterdex-aster-skills-hub-aster-api-trading-v1

Aster API Trading (v1)

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

New order

POST /fapi/v1/order (W: 1)

ParameterReqNotes
symbol, side, typeYside: BUY/SELL; type → see below
positionSideNBOTH or LONG/SHORT (hedge); req. in Hedge Mode
timeInForceNGTC, IOC, FOK, GTX, HIDDEN
quantityNNot with closePosition=true
reduceOnlyN"true"/"false"; not with closePosition/hedge
price, stopPriceNstopPrice for STOP*/TAKE_PROFIT*
closePositionN"true"/"false"; STOP_MARKET/TAKE_PROFIT_MARKET only; no quantity/reduceOnly
activationPrice, callbackRateNTRAILING_STOP_MARKET; callbackRate 0.1–5 (1=1%)
workingTypeNMARK_PRICE, CONTRACT_PRICE (default)
priceProtectN"TRUE"/"FALSE"
newClientOrderIdNUnique; ^[\.A-Z\:/a-z0-9_-]{1,36}$
newOrderRespTypeNACK (default), RESULT

Type-specific required: LIMIT → timeInForce, quantity, price. MARKET → quantity. STOP/TAKE_PROFIT → quantity, price, stopPrice. STOP_MARKET/TAKE_PROFIT_MARKET → stopPrice. TRAILING_STOP_MARKET → callbackRate.

Trigger rules: STOP/STOP_MARKET: BUY → latest ≥ stopPrice; SELL → latest ≤ stopPrice. TAKE_PROFIT/TAKE_PROFIT_MARKET: BUY → latest ≤ stopPrice; SELL → latest ≥ stopPrice. TRAILING_STOP_MARKET: BUY → low ≤ activationPrice and latest ≥ low×(1+callbackRate); SELL → high ≥ activationPrice and latest ≤ high×(1-callbackRate). activationPrice: BUY < latest, SELL > latest (else -2021). closePosition=true: close all long (SELL) or short (BUY); no quantity/reduceOnly; hedge: no BUY for LONG / SELL for SHORT.

Batch / Cancel / Countdown / Query

  • POST /fapi/v1/batchOrders (W: 5): batchOrders array, max 5; same params as order; responses match order.
  • DELETE /fapi/v1/order (W: 1): symbol + orderId or origClientOrderId.
  • DELETE /fapi/v1/allOpenOrders (W: 1): symbol.
  • DELETE /fapi/v1/batchOrders (W: 1): symbol + orderIdList or origClientOrderIdList (max 10).
  • POST /fapi/v1/countdownCancelAll (W: 10): symbol, countdownTime (ms). Cancel all at countdown end; 0 = cancel timer. Heartbeat to extend (e.g. 30s with 120000 ms). Checks ~10 ms.
  • GET /fapi/v1/order, openOrder (W: 1): symbol + orderId or origClientOrderId.
  • GET /fapi/v1/openOrders (W: 1 or 40): symbol optional; no symbol = all (40).
  • GET /fapi/v1/allOrders (W: 5): symbol req.; orderId, startTime, endTime, limit (500 default, 1000 max). Window < 7 days; orderId → orders ≥ that id. CANCELED/EXPIRED >7d with no fills may be missing.

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-auth-v1

No summary provided by upstream source.

Repository SourceNeeds Review
General

aster-api-errors-v3

No summary provided by upstream source.

Repository SourceNeeds Review