GET /pairs
curl \
-X GET https://api.testnet.everstrike.io/pairs
Response examples (200)
{
"code": 200,
"msg": "null",
"result": {
"USD_BTCCALL_PERP": [
{
"key": "USD_BTCCALL_PERP",
"url": "https://en.wikipedia.org/wiki/Bitcoin",
"base": "USD",
"call": true,
"quote": "BTC",
"active": true,
"status": "TRADING",
"symbol": "BTCCALL90/USD",
"filters": {
"qty": {
"max_qty": 50000,
"min_qty": 0.001,
"tick_size": 1e-05,
"filter_type": "LOT_SIZE"
},
"price": {
"max_price": 100000,
"min_price": 0.001,
"tick_size": 1e-05,
"filter_type": "PRICE_FILTER"
},
"icebergs": {
"max_qty": 10,
"min_qty": 1,
"tick_size": 1,
"filter_type": "ICEBERG"
},
"interest": {
"max_qty": 0.1,
"min_qty": 0,
"tick_size": 1e-05,
"filter_type": "INTEREST"
}
},
"use_ema": true,
"website": "https://bitcoin.org",
"category": "call",
"contract": "PERP",
"explorer": "https://www.blockchain.com/explore",
"fair_qty": 0.001,
"composite": false,
"subreddit": "bitcoin",
"underlier": "BTC",
"usd_price": 3843.01040541,
"issue_time": 1225494000,
"description": "BTC Perpetual Call Option (+10%)",
"funding_max": 1,
"funding_min": -1,
"issue_price": 0.0025,
"order_types": [
"MARKET",
"LIMIT"
],
"introduction": "BTC call option. The strike of the option is pinned to the 100-hour EMA of BTC (+10%). The option never expires.",
"total_supply": 21000000,
"min_liquidate": 500,
"base_precision": 18,
"swap_threshold": 0.5,
"fair_multiplier": 0.01,
"precision_asset": "BTC",
"quote_precision": 12,
"commission_maker": 0,
"commission_taker": 0.0003,
"funding_interval": 3600000,
"price_multiplier": 1.1,
"funding_threshold": 0.0005,
"trading_ema_range": 30,
"initial_risk_limit": 1e-06,
"min_initial_margin": 1,
"tv_price_precision": 1,
"funding_time_window": 36000000,
"index_price_hit_api": true,
"liquidate_threshold": 0.1,
"tv_volume_precision": 4,
"deleverage_threshold": 0,
"insurance_percentage": 1,
"mark_price_ema_range": 5,
"index_price_ema_range": 100,
"qty_display_precision": 4,
"base_display_precision": 2,
"commission_liquidation": 0.0003,
"maintenance_risk_limit": 5e-07,
"min_maintenance_margin": 0.5,
"quote_display_precision": 1,
"mark_price_max_deviation": 0.5,
"trading_max_mark_deviation": 0.5,
"index_price_update_interval": 4000,
"trading_max_index_deviation": 0.5,
"index_price_exclude_threshold": 4
}
]
}
}
Response examples (503)
{
"code": 503,
"msg": "Invalid request",
"result": {}
}