Skip to content

Commit 9ade053

Browse files
authored
Feature: download specification (#3)
* feat: download specification * feat: Crypto Futures in data supported
1 parent 169c6ca commit 9ade053

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

coinapi.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,31 @@
1010
"Live Trading": [0,1,1]
1111
}
1212
],
13-
"data-supported": [ "Crypto" ],
13+
"data-supported": [ "Crypto", "Crypto Futures" ],
1414
"more-information": "https://www.coinapi.io",
15-
"documentation": ""
15+
"documentation": "",
16+
"module-specification": {
17+
"download": {
18+
"data-types": [
19+
"Trade"
20+
],
21+
"resolutions": [
22+
"Second",
23+
"Minute",
24+
"Hour",
25+
"Daily"
26+
],
27+
"security-types": [
28+
"Crypto",
29+
"CryptoFuture"
30+
],
31+
"markets": [
32+
"Coinbase",
33+
"Bitfinex",
34+
"Binance",
35+
"Kraken",
36+
"BinanceUS"
37+
]
38+
}
39+
}
1640
}

0 commit comments

Comments
 (0)