GET
/
analytics
/
volatility
/
svi-altcoins
Altcoin SVI
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/volatility/svi-altcoins \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "currency": "ADA",
        "daysToExpiration": 7,
        "expiry": "N/A",
        "forwardDifference": 0.00393337,
        "indexPrice": 0.8217999935150146,
        "sviA": 0.03440356254577637,
        "sviB": 2.550459861755371,
        "sviM": -0.03178277984261513,
        "sviRho": 0.04999924451112747,
        "sviSigma": 0.30737805366516113,
        "timestamp": "2024-11-22 13:10:00 000"
      },
      {
        "currency": "ADA",
        "daysToExpiration": 30,
        "expiry": "N/A",
        "forwardDifference": 0.013732493,
        "indexPrice": 0.8217999935150146,
        "sviA": -0.6462050080299377,
        "sviB": 1.6872233152389526,
        "sviM": -0.5833331942558289,
        "sviRho": -0.4585564434528351,
        "sviSigma": 0.8429755568504333,
        "timestamp": "2024-11-22 13:10:00 000"
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
default:ADA
required

[Required] The underlying currency for which calibration occurs. [Examples] ADA| MKR | UNI

signature
string

[Optional] This parameter allows for users to get a verifiable signature using the ECDSA format.

timeFormat
string
default:hr

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

sviFormat
string

[Optional] This parameter can be either blank (default) or "TAU" which returns the SVI parameters and days to expiration as a decimal to years.

Response

200
application/json

200

The response is of type object.