Skip to content

Commit

Permalink
Feature: download specification (#3)
Browse files Browse the repository at this point in the history
* feat: download specification

* feat: Crypto Futures in data supported
  • Loading branch information
Romazes authored May 2, 2024
1 parent 169c6ca commit 9ade053
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions coinapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
}

0 comments on commit 9ade053

Please sign in to comment.