Skip to main content
GET
/
v3
/
sol
/
quote
/
{mint}
Get quote
curl --request GET \
  --url https://de.raze.sh/v3/sol/quote/{mint} \
  --header 'X-API-Key: <api-key>'
{
"success": true,
"quote": {
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"avgPrice": 1.2453e-8,
"hops": 1,
"quoteResponse": {}
}
}

Authorizations

X-API-Key
string
header
required

Path Parameters

mint
string
required

Token mint address

Query Parameters

inputMint
string

Input token mint for non-SOL routes. Omit for SOL → token quotes.

Response

Quote retrieved

success
boolean
Example:

true

quote
object

Quote result returned by GET /v3/sol/quote/{mint}