Returns current spot prices with 24h change data for all supported assets.
curl --request GET \
--url https://joyride.exchange/api/v1/spot/prices{
"prices": [
{
"asset": "SOL",
"price": 148.5,
"change_24h": 2.35,
"change_percent_24h": 1.61
}
]
}Spot prices
Show child attributes
curl --request GET \
--url https://joyride.exchange/api/v1/spot/prices{
"prices": [
{
"asset": "SOL",
"price": 148.5,
"change_24h": 2.35,
"change_percent_24h": 1.61
}
]
}