Skip to main content
GET
/
api
/
sol
/
price
Current SOL price
curl --request GET \
  --url 'https://ca.raze.sh/api/sol/price?apiKey='
{
  "solPrice": 123,
  "hasValidPrice": true,
  "lastUpdated": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.raze.bot/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

Response

Success

solPrice
number
hasValidPrice
boolean
lastUpdated
string<date-time>