Skip to main content
GET
/
v1
/
spot
/
volatility
/
{asset}
Get volatility for asset
curl --request GET \
  --url https://api.joyride.exchange/v1/spot/volatility/{asset}
{
  "currency": "SOL",
  "volatility": 0.85,
  "calculated_at": "2023-11-07T05:31:56Z",
  "lookback_period": "30d",
  "method": "close_to_close"
}

Path Parameters

asset
string
required

Asset symbol (e.g., SOL, BTC, ETH)

Response

Volatility data

currency
string
required
Example:

"SOL"

volatility
number
required
Example:

0.85

calculated_at
string<date-time>
required
lookback_period
string
required
Example:

"30d"

method
string
required
Example:

"close_to_close"