Coinbase
π Connector InfoΒΆ
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
π Spot Connector | β | v1.0 | No | |
π Perp Connector | Not available | |||
π― Spot Candles Feed | Not built | |||
π― Perp Candles Feed | Not built |
βΉοΈ Exchange InfoΒΆ
- Website: https://www.coinbase.com/
- Coinbase Advanced Trade is not listed - Exchange is the institutional trading platform for Coinbase
- CoinMarketCap: https://coinmarketcap.com/exchanges/coinbase-exchange/
- CoinGecko: https://www.coingecko.com/en/exchanges/coinbase-exchange
- API Docs: https://docs.cloud.coinbase.com/advanced-trade-api/docs
- Fees: https://www.coinbase.com/advanced-fees (Requires an account)
- Supported Countries: Available in 100+ countries
π How to ConnectΒΆ
Generate API KeysΒΆ
- From trading platform ->
More
->Advanced API
->Create API Key
->Trading Key
- Select permissions for the API key (e.g.
View
andTrade
)
Add Keys to HummingbotΒΆ
From inside the Hummingbot client, run connect coinbase_advanced_trade
:
If connection is successful:
π Spot ConnectorΒΆ
Integration to spot markets API endpoints
- ID:
coinbase_advanced_trade
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/coinbase_advanced_trade
Order TypesΒΆ
This connector supports the following OrderType
constants:
LIMIT
(LIMIT_MAKER
: Coinbase rejection rate is high, currently same asLIMIT
)
Paper TradingΒΆ
Not available