Bitstamp
đ Connector Info¶
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
đ Spot Connector | â | v2.1 | Yes | |
đ Perp Connector | Not available | |||
đ¯ Spot Candles Feed | Not built | |||
đ¯ Perp Candles Feed | Not built |
âšī¸ Exchange Info¶
- Website: https://www.bitstamp.net/
- CoinMarketCap: https://coinmarketcap.com/exchanges/bitstamp/
- CoinGecko: https://www.coingecko.com/en/exchanges/bitstamp
- API Docs: https://www.bitstamp.net/api/
- Fees: https://www.bitstamp.net/fee-schedule/
- Supported Countries: Not available
đ How to Connect¶
Generate API Keys¶
-
Login
-
Click the profile icon and click on
Settings
in the menu. -
Click API access and press and press
New API key
. -
Create your API Key, optionally press
Advanced settings
to configure an IP Address filter or associate the API Key with a sub-account. -
Create Successfully. The Secret Key will only be displayed once. Please copy and save.
-
Click
Activate API key
button to exit. Now you can use your new API.
Add Keys to Hummingbot¶
From inside the Hummingbot client, run connect bitstamp
:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
bitstamp
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/bitstamp
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
LIMIT_MAKER
MARKET
Paper Trading¶
Access the Paper Trade version of this connector by running connect bitstamp_paper_trade
instead of connect bitstamp
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.