Skip to content

Commit 5c8b41e

Browse files
authored
feat: download specification (#21)
1 parent f2924a1 commit 5c8b41e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Diff for: bybit.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,26 @@
1313
"order-types": ["Market", "Limit", "Stop Market", "Stop Limit"],
1414
"assets": ["Crypto Spot", "Crypto Futures"],
1515
"brokerage-url": "https://www.bybit.com/en/",
16-
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bybit"
16+
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bybit",
17+
"module-specification": {
18+
"download": {
19+
"data-types": [
20+
"OpenInterest",
21+
"Trade"
22+
],
23+
"resolutions": [
24+
"Tick",
25+
"Minute",
26+
"Hour",
27+
"Daily"
28+
],
29+
"security-types": [
30+
"Crypto",
31+
"CryptoFuture"
32+
],
33+
"markets": [
34+
"Bybit"
35+
]
36+
}
37+
}
1738
}

0 commit comments

Comments
 (0)