Tegro
π Connector InfoΒΆ
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
π Spot Connector | β | v2.1 | Yes | Supports MARKET order type |
π― Spot Candles Feed | Not available | |||
π― Perp Candles Feed | Not built |
βΉοΈ Exchange InfoΒΆ
- Website: https://www.tegro.com
- CoinMarketCap: https://coinmarketcap.com/exchanges/tegro/
- API Docs: https://tegro.readme.io/
- Fees: To be determined
- Supported Countries: Worldwide
π How to ConnectΒΆ
From inside the Hummingbot client, run connect tegro
:
>>> connect tegro
Enter your public API key >>>
Enter your private secret key >>>
Enter your preferred chain >>>
If connection is successful:
π Spot ConnectorΒΆ
Integration to spot markets API endpoints
- ID:
tegro
- Connection Type: WebSocket
- API Docs: https://tegro.readme.io/reference/introduction-1/
- Github Folder
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 tegro_paper_trade
instead of connect tegro
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.