execute_on_accounts
Execute trades on multiple accounts via account IDs or tags. Uses live balance/equity for order size, idempotency keys to prevent duplicate orders, and returns per-account results with validation.
Instructions
Birden çok hesapta pozisyon açar. account_ids + tags birlikte verilirse UNION'dur; ikisi de boşsa reddedilir. Emir boyutu daemon'ın kendi taze bakiye/equity/fiyat snapshot'ından hesaplanır (agent rakamlarına güvenilmez). Idempotency: aynı idempotency_key retry'i çift emir üretmez. Kısmi başarı: hesap başına ayrı sonuç döner. Temel doğruluk kontrolleri (bakiye/stale/stop yönü/sembol) her zaman aktiftir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | BUY | |
| tags | No | Hedef tag'ler (account_ids ile UNION) | |
| entry | Yes | ||
| symbol | Yes | Spot USDT çifti, örn. BTCUSDT | |
| risk_pct | Yes | ||
| stop_loss | Yes | ||
| order_type | No | MARKET | |
| request_id | No | ||
| account_ids | No | Hedef account_id'ler (tags ile UNION) | |
| idempotency_key | Yes |