We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169c6ca commit 9ade053Copy full SHA for 9ade053
coinapi.json
@@ -10,7 +10,31 @@
10
"Live Trading": [0,1,1]
11
}
12
],
13
- "data-supported": [ "Crypto" ],
+ "data-supported": [ "Crypto", "Crypto Futures" ],
14
"more-information": "https://www.coinapi.io",
15
- "documentation": ""
+ "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
40
0 commit comments