Skip to content

Commit

Permalink
feat: download specification (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes authored May 2, 2024
1 parent f2924a1 commit 5c8b41e
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion bybit.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,26 @@
"order-types": ["Market", "Limit", "Stop Market", "Stop Limit"],
"assets": ["Crypto Spot", "Crypto Futures"],
"brokerage-url": "https://www.bybit.com/en/",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bybit"
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bybit",
"module-specification": {
"download": {
"data-types": [
"OpenInterest",
"Trade"
],
"resolutions": [
"Tick",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Crypto",
"CryptoFuture"
],
"markets": [
"Bybit"
]
}
}
}

0 comments on commit 5c8b41e

Please sign in to comment.