From 0175e1e822e03692e255df794dc3e8ec6b2c047d Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 2 May 2024 11:57:30 +0300 Subject: [PATCH] feat: download specification --- kraken.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/kraken.json b/kraken.json index 8e5b683..97e1a19 100644 --- a/kraken.json +++ b/kraken.json @@ -13,5 +13,24 @@ "order-types": ["Market", "Limit", "Limit-If-Touched", "Stop Market", "Stop Limit"], "assets": ["Crypto Spot"], "brokerage-url": "https://www.kraken.com/", - "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/kraken" + "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/kraken", + "module-specification": { + "download": { + "data-types": [ + "Trade" + ], + "resolutions": [ + "Tick", + "Minute", + "Hour", + "Daily" + ], + "security-types": [ + "Crypto" + ], + "markets": [ + "Kraken" + ] + } + } }