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

Authorizations

apiKey
string
query
required

Response

Success

success
boolean
solPrice
number
hasValidPrice
boolean
lastUpdated
string<date-time>
timestamp
string<date-time>