BinanceConvertPlaceLimitOrder
Place a limit order on Binance to convert between two tokens at a specified price, with options for amount type, wallet, and expiry.
Instructions
Places a limit order to convert between two tokens at a specified price, using either base or quote amount, with options for wallet type and order expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | BUY or SELL | |
| baseAsset | Yes | Base asset (from `fromIsBase` in /exchangeInfo API) | |
| baseAmount | No | Base asset amount (either this or quoteAmount is required) | |
| limitPrice | Yes | Symbol limit price (from baseAsset to quoteAsset) | |
| quoteAsset | Yes | Quote asset | |
| recvWindow | No | Time window for request validity | |
| walletType | No | Type of assets used: SPOT, FUNDING, or SPOT_FUNDING. Default is SPOT | |
| expiredType | Yes | Expiration type: 1_D, 3_D, 7_D, or 30_D (D = days) | |
| quoteAmount | No | Quote asset amount (either this or baseAmount is required) |