Skip to content

Commit

Permalink
Feature: download specification (#36)
Browse files Browse the repository at this point in the history
* feat: download specification

* refactor: CryptoFuture to security-types
  • Loading branch information
Romazes authored May 2, 2024
1 parent 80ca92e commit 1ff901f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion binance.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,25 @@
"order-types": ["Market", "Limit", "Stop Limit"],
"assets": ["Crypto Spot", "Crypto Futures"],
"brokerage-url": "https://www.binance.com/",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/binance"
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/binance",
"module-specification": {
"download": {
"data-types": [
"Trade"
],
"resolutions": [
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Crypto",
"CryptoFuture"
],
"markets": [
"Binance",
"BinanceUS"
]
}
}
}

0 comments on commit 1ff901f

Please sign in to comment.