From 9ade0539d1ccb581e0844c57cfa8330de9ed3017 Mon Sep 17 00:00:00 2001 From: Roman Yavnikov <45608740+Romazes@users.noreply.github.com> Date: Thu, 2 May 2024 17:24:17 +0300 Subject: [PATCH] Feature: download specification (#3) * feat: download specification * feat: Crypto Futures in data supported --- coinapi.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/coinapi.json b/coinapi.json index bd493d3..9cbe4bc 100644 --- a/coinapi.json +++ b/coinapi.json @@ -10,7 +10,31 @@ "Live Trading": [0,1,1] } ], - "data-supported": [ "Crypto" ], + "data-supported": [ "Crypto", "Crypto Futures" ], "more-information": "https://www.coinapi.io", - "documentation": "" + "documentation": "", + "module-specification": { + "download": { + "data-types": [ + "Trade" + ], + "resolutions": [ + "Second", + "Minute", + "Hour", + "Daily" + ], + "security-types": [ + "Crypto", + "CryptoFuture" + ], + "markets": [ + "Coinbase", + "Bitfinex", + "Binance", + "Kraken", + "BinanceUS" + ] + } + } }