Available translations

CoinbasePro Test Status

foundations.png
Summary: Coinbase Pro is not fully tested for data mining nor for live trading.
Properties
  • 1-min OHLCVs Capability: Yes. Backtesting and Paper trading are functional. The data mining process is extremely slow when retrieving full history due to API limits but it is adequate for live trading purposes.
  • Market History: Full extent is unknown, however the sensor bot start from 2021-05-01 even through set date is 2020-01-01
  • Trading Capability: Partial. With a proper key configuration placing orders is possible. Currently, closing orders is not fully functional, so all types of trading strategies may not be fully functional.
  • Comments: Raw Data fetching extremely slow due to API restrictions, see config.
Exchange Configuration
 {
    "codeName": "coinbasepro",
    "API": [
        {
            "method": "fetch_ohlcv",
            "limit": 100
        }
    ]
}
API Key Configuration
 {
    "codeName": "APIKEY",
    "secret": "SECRETKEY",
    "password": "PASSPHRASE"
}
Previous
Bitstamp Test Status
Next
OKEX Test Status