Skip to content

Commit

Permalink
feat: download specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed May 2, 2024
1 parent 169c6ca commit ee0bcfb
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion coinapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,29 @@
],
"data-supported": [ "Crypto" ],
"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 ee0bcfb

Please sign in to comment.