Returns the current spot price for a single asset.
cURL
curl --request GET \ --url https://api.joyride.exchange/v1/spot/prices/{asset}
{ "asset": "SOL", "price": 148.5, "change_24h": 2.35, "change_percent_24h": 1.61 }
Asset symbol (e.g., SOL, BTC, ETH)
Spot price
"SOL"
148.5
2.35
1.61