Vertex
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Central Limit Order Book (CLOB)
- Maintenance Tier:
- Maintainer:
Currently, Vertex is a Bronze exchange, as voted by HBOT holders in each quarterly Epoch. This means Hummingbot Foundation does not maintain the components below, but community members may submit Proposals to fund development bounties and approve pull requests to fix bugs and add enhancements to them.
Component | Status | Notes |
---|---|---|
đ Spot Connector | â | Supports MARKET order type |
đ Perp Connector | Not available | |
đ¯ AMM Data Feed | Not available |
âšī¸ Exchange Info¶
- Website: https://vertexprotocol.com
- CoinMarketCap: https://coinmarketcap.com/exchanges/vertex-protocol/
- CoinGecko: https://www.coingecko.com/en/exchanges/vertex-protocol-spot
- API Docs: https://vertex-protocol.gitbook.io/docs/getting-started/overview
- Fees: https://vertex-protocol.gitbook.io/docs/basics/fees
đ How to Connect¶
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
ethereum |
arbitrum_one , arbitrum_goerli |
From inside the Hummingbot client, run gateway connect vertex
in order to connect your wallet:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
vertex
- Connection Type: REST
- API Docs: https://vertex-protocol.gitbook.io/docs/getting-started/overview
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/vertex
- Default Configs: https://github.com/hummingbot/hummingbot/blob/master/hummingbot/connector/exchange/vertex/vertex_constants.py
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 vertex_testnet
instead of connect vertex
.