place_order
Place Binance market, limit, or stop-loss-limit orders with idempotency to prevent duplicates and reconcile on timeouts; stop-loss-limit triggers a limit sell at the stop price.
Instructions
Tek hesapta doğrudan emir gönderir (order_type: MARKET|LIMIT|STOP_LOSS_LIMIT, miktar base asset). STOP_LOSS_LIMIT spot stop korumasıdır: stop_price'a ulaşınca price seviyesinde LIMIT satış tetiklenir (pozisyonu borsada korur, daemon kapalı olsa bile). Aynı idempotency_key ile retry çift emir üretmez; ağ zaman aşımında Binance'ten gerçek durum reconcile edilir. Temel doğruluk kontrolleri her zaman aktiftir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| price | No | LIMIT/STOP_LOSS_LIMIT için zorunlu (stop tetiklenince satılacak fiyat) | |
| symbol | Yes | Spot USDT çifti, örn. ALICEUSDT | |
| quantity | Yes | Base asset miktarı | |
| account_id | Yes | ||
| order_type | No | MARKET | |
| request_id | No | ||
| stop_price | No | STOP_LOSS_LIMIT için zorunlu (stop tetikleme seviyesi) | |
| idempotency_key | Yes |