Vertex
π Connector InfoΒΆ
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Central Limit Order Book (CLOB)
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
.