applyQuote
Lock in a real-time exchange rate for a cryptocurrency conversion. Get a quote ID and expiration time to validate trade parameters before execution.
Instructions
Apply for a conversion quote. The system will return:
Quote ID (quoteTxId)
Real-time exchange rate
Quote expiration time
Conversion amounts
Quote Rules:
Quotes have a time limit, typically 30 seconds
A new quote must be requested after expiration
The quote amount must be within the trading pair limits
Important: Only API keys from the Master UID can call this endpoint.
Use Cases:
Lock in an exchange rate before confirming a trade
Show users the exact amount they will receive
Validate trade parameters before execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromCoin | Yes | ||
| fromCoinType | Yes | ||
| toCoin | Yes | ||
| toCoinType | Yes | ||
| requestAmount | Yes | ||
| requestCoinType | No | fiat |