BinanceConvertSendQuoteRequest
Retrieve real-time quotes for converting one token to another, including rate and amount, provided you have sufficient funds.
Instructions
Get a real-time quote to convert one token to another, including rate and amount, if you have enough funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toAsset | Yes | Asset you will receive (required) | |
| toAmount | No | Amount to be credited after conversion | |
| fromAsset | Yes | Asset you will spend (required) | |
| validTime | No | Quote validity duration: 10s, 30s, 1m; default is 10s | |
| fromAmount | No | Amount to be debited after conversion | |
| recvWindow | No | The value cannot be greater than 60000 | |
| walletType | No | SPOT or FUNDING. Default is SPOT |