Query parameters
-
pair string
Market to get the ticker for (e.g. "USD_BTCCALL_PERP"). If not specified, the ticker will include all available markets.
GET /ticker
curl \
-X GET https://api.testnet.everstrike.io/ticker
Response examples (200)
{
"code": 200,
"msg": "null",
"result": {
"USD_BTCCALL_PERP": {
"orders": 20133,
"strike": 1521.64,
"trades": 1105,
"ask_qty": 0.00284,
"bid_qty": 0.00998,
"last_qty": 0.01711,
"ask_price": 0.08546,
"bid_price": 0.01123,
"low_price": 0.00133,
"max_price": 0.9123,
"min_price": 0.0012,
"open_time": 1551029761140,
"close_time": 1551032161140,
"fair_price": 0.01343,
"high_price": 0.09993,
"itm_amount": 0,
"last_price": 0.06909,
"mark_price": 0.09993,
"open_price": 0.05539,
"otm_amount": 150.32,
"volatility": 0.5231,
"base_volume": "42.311859999999996",
"close_price": 0.06909,
"funding_avg": 0.004,
"index_price": 0.09993,
"funding_rate": -0.0029,
"price_change": 0.013,
"quote_volume": 1.9973966801,
"black_scholes": 0.1034,
"open_interest": 11.1173966801,
"low_price_mark": 0.00125,
"high_price_mark": 0.08393,
"open_price_mark": 0.04341,
"prev_last_price": 0.05932,
"underlying_price": 1371.32,
"price_change_percent": 24.73
}
}
}
Response examples (503)
{
"code": 503,
"msg": "Invalid request",
"result": {}
}