Get Quote
GET /api/v1/quote — Get the best swap route and estimated output for a token pair.
Authorizations
API key sent as Authorization: Bearer vulcx_.... Required on every endpoint except GET /health and GET /api/v1/tokens.
Query Parameters
Input token mint address (base58-encoded public key).
"So11111111111111111111111111111111111111112"
Output token mint address (base58-encoded public key).
"uSd2czE61Evaf76RNbq4KPpXnkiL3irdzgLFUMe3NoG"
Amount in smallest token units (lamports for FOGO, base units for SPL tokens). For FOGO with 9 decimals: 1000000000 = 1 FOGO.
"1000000000"
How the amount is interpreted. ExactIn: amount is exact input, output is estimated. ExactOut: amount is exact desired output, input is estimated.
ExactIn, ExactOut "ExactIn"
Slippage tolerance in basis points (1 bps = 0.01%). Defaults to 50 (0.5%). Common values: 10 (0.1%), 50 (0.5%), 100 (1%), 300 (3%).
50