Skip to main content
GET
/
api
/
sol
/
quote
/
{mint}
Get quote
curl --request GET \
  --url 'https://de.raze.sh/api/sol/quote/{mint}?apiKey='
{
  "success": true,
  "quote": {
    "mint": "Fyx78ew4wRY26gPj5CkTyuZ4kvW7CkPff5Jm2vNspump",
    "pool": "PoolAddress123456789",
    "avgPrice": 0.000001,
    "programId": "675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8",
    "slot": "123456789"
  }
}

Authorizations

apiKey
string
query
required

Path Parameters

mint
string
required

Token mint address

Response

Success - Quote retrieved

Quote response

success
boolean
required
Example:

true

quote
object
required

Trade quote information