get_volatility
GET/node/v1/volatility/:quote/:base
get_volatility
Request
Path Parameters
quote stringrequired
Quote Asset
base stringrequired
Base Asset
Query Parameters
start int64required
Initial timestamp, combined with final_timestamp, it helps define the period over which the mean is computed
end int64required
Final timestamp
Responses
- 200
Get realized volatility successfuly
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
decimals int32required
pair_id stringrequired
volatility doublerequired
[
{
"decimals": 0,
"pair_id": "string",
"volatility": 0
}
]
Loading...