Skip to content

Commit

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

* refactor: spacing in json
  • Loading branch information
Romazes authored May 2, 2024
1 parent e6f02cf commit ab08b92
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion coinbase.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,23 @@
"order-types": [ "Market", "Limit", "Stop Market", "Stop Limit" ],
"assets": [ "Crypto Spot" ],
"brokerage-url": "https://www.coinbase.com/",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/coinbase"
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/coinbase",
"module-specification": {
"download": {
"data-types": [
"Trade"
],
"resolutions": [
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Crypto"
],
"markets": [
"Coinbase"
]
}
}
}

0 comments on commit ab08b92

Please sign in to comment.