Skip to main content
GET
Get real-time pricing for token swaps and transfers. Quotes include price impact, fees, and slippage protection.

Parameters

string
required
Input asset symbol. Supported: SOL, USDC, USDT
string
required
Output asset symbol. Supported: SOL, USDC, USDT
number
required
Input amount. Minimum: 0.001
string
default:"wallet"
Execution mode: wallet (direct) or private (privacy-enhanced)
integer
default:"100"
Slippage tolerance in basis points (1-5000). 100 = 1%

Response

string
Unique quote identifier for transaction submission
string
Input asset symbol
string
Output asset symbol
string
Input amount as string to preserve precision
string
Expected output amount
string
Minimum output amount after slippage protection
number
Price impact percentage (0.1 = 0.1%)
string
Total fees (network + routing if applicable)
string
Execution mode: wallet or private
string
Quote expiration timestamp (ISO 8601)

Quote Expiration

Quotes expire to protect against price volatility:

Price Impact

Large swaps may experience price impact:

Error Responses

string
Error code identifier
string
Human-readable error message
object
Additional error context

Common Errors