diff --git a/binance.json b/binance.json index f7c368f..f45e464 100644 --- a/binance.json +++ b/binance.json @@ -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" + ] + } + } }