GET
/
analytics
/
volatility
/
svi-altcoins
/
deribit-vs-model
Altcoin Deribit vs Model
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/volatility/svi-altcoins/deribit-vs-model \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "atm": 68.81,
        "currency": "ETH",
        "daysToExpiration": 30,
        "deltaCall10": 73.29,
        "deltaCall20": 71.22,
        "deltaCall30": 69.97,
        "deltaCall40": 69.16,
        "deltaPut10": 70.78,
        "deltaPut20": 69.61,
        "deltaPut30": 69.15,
        "deltaPut40": 68.83,
        "exchange": "altcoinModel",
        "timestamp": 1736035200000
      },
      {
        "atm": 69.73,
        "currency": "ETH",
        "daysToExpiration": 30,
        "deltaCall10": 76.72,
        "deltaCall20": 73.06,
        "deltaCall30": 71.47,
        "deltaCall40": 70.45,
        "deltaPut10": 73.44,
        "deltaPut20": 70.28,
        "deltaPut30": 69.43,
        "deltaPut40": 69.44,
        "exchange": "deribit",
        "timestamp": 1736035200000
      },
      {
        "atm": 69.38,
        "currency": "ETH",
        "daysToExpiration": 7,
        "deltaCall10": 72.91,
        "deltaCall20": 70.83,
        "deltaCall30": 69.91,
        "deltaCall40": 69.47,
        "deltaPut10": 72.05,
        "deltaPut20": 70.05,
        "deltaPut30": 69.35,
        "deltaPut40": 69.25,
        "exchange": "altcoinModel",
        "timestamp": 1736035200000
      },
      {
        "atm": 60.21,
        "currency": "ETH",
        "daysToExpiration": 7,
        "deltaCall10": 64.75,
        "deltaCall20": 62.6,
        "deltaCall30": 61.54,
        "deltaCall40": 60.9,
        "deltaPut10": 63.31,
        "deltaPut20": 60.54,
        "deltaPut30": 59.97,
        "deltaPut40": 59.86,
        "exchange": "deribit",
        "timestamp": 1736035200000
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
default:ETH
required

[Required] The underlying currency for which calibration occurs. [Examples] ETH| BTC

timeFormat
string
default:hr

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200
application/json

200

The response is of type object.