From ee0bcfb78b51edd6625d5b9a664712ab315e130f Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 2 May 2024 14:07:00 +0300 Subject: [PATCH] feat: download specification --- coinapi.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/coinapi.json b/coinapi.json index bd493d3..2027fa4 100644 --- a/coinapi.json +++ b/coinapi.json @@ -12,5 +12,29 @@ ], "data-supported": [ "Crypto" ], "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" + ] + } + } }