Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SOL/USD reference price used by the history service
solPrice
solAmountUsd
avgPriceUsd
type SolPrice { solPrice: Float! hasValidPrice: Boolean! # false if price worker hasn't produced a reading yet lastUpdated: String! # ISO-8601 }
query { solPrice { solPrice hasValidPrice lastUpdated } }
curl -X POST https://api.raze.bot/api/sol/graphql \ -H "Content-Type: application/json" \ -H "x-api-key: sk_your_key_here" \ -d '{"query":"query { solPrice { solPrice hasValidPrice lastUpdated } }"}'