Skip to main content
GET
/
utils
/
sol-price
Get current Solana price
curl --request GET \
  --url https://api.livesuite.app/utils/sol-price \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "solPrice": 123,
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Response

Current Solana price

success
boolean
data
object