Skip to content

Commit

Permalink
feat: download specification (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes authored May 2, 2024
1 parent c9bef4e commit 2f1d2be
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion kraken.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
}

0 comments on commit 2f1d2be

Please sign in to comment.