Dexalot
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Notes |
---|---|---|
đ Spot Connector | â | |
đ Perp Connector | Not available | |
đ¯ AMM Data Feed | â | |
đ Connector Guide | â |
âšī¸ Exchange Info¶
- Website: https://dexalot.com
- CoinMarketCap: https://coinmarketcap.com/exchanges/dexalot/
- CoinGecko: https://www.coingecko.com/en/exchanges/dexalot
- API Docs: https://docs.dexalot.com/
- Fees:
đ How to Connect¶
Tip
See the Dexalot Connector Guide for step-by-step instructions.
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
avalanche |
dexalot |
From inside the Hummingbot client, run gateway connect dexalot
in order to connect your wallet:
Which chain do you want dexalot to connect to? (avalanche) >>>
Which network do you want dexalot to connect to? (dexalot)
Enter your dexalot-avalanche-dexalot wallet private key >>>
Enter your Dexalot API Key (you can request one from the Dexalot team) >>>
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
dexalot
- Connection Type: REST via Gateway
- API Docs: https://docs.dexalot-test.com/api
- Folder: https://github.com/hummingbot/gateway/tree/main/src/connectors/dexalot
- Default Configs: https://github.com/hummingbot/gateway/blob/main/src/templates/dexalot.yml
Endpoints¶
/clob/orders
/clob/batchOrders
/chain/balances
/chain/poll
For more info, run Gateway and go to
đ¯ AMM Data Feed¶
Data feed of this exchange's real-time prices
- ID:
dexalot_[CHAIN]_[NETWORK]
- Connection Type: REST via Gateway
- Folder: https://github.com/hummingbot/hummingbot/blob/master/hummingbot/data_feed/amm_gateway_data_feed.py