Jupiter
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Aggregator
Component | Status | Notes |
---|---|---|
2ī¸âŖ AMM Connector | â | |
3ī¸âŖ Range AMM Connector | Not Applicable | |
đ¯ AMM Data Feed | â |
âšī¸ Exchange Info¶
- Website: https://jup.ag
- CoinMarketCap: https://coinmarketcap.com/exchanges/jupiter/
- Fees: See this page
đ How to Connect¶
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
solana |
mainnet-beta , devnet |
From inside the Hummingbot client, run gateway connect jupiter
in order to connect your wallet:
Which chain do you want jupiter to connect to? (solana) >>>
Which network do you want jupiter to connect to? (mainnet-beta, devnet) >>>
Enter your jupiter-mainnet-beta private key >>>>
If connection is successful (solana-mainnet-beta):
2ī¸âŖ AMM Connector¶
Integration to this DEX's swap pricing and execution endpoints
- ID:
jupiter
- Connection Type: REST via Gateway
- API Docs: https://station.jup.ag/docs/apis/swap-api
- Folder: https://github.com/hummingbot/gateway/tree/development/src/connectors/jupiter
- Default Configs: https://github.com/hummingbot/gateway/blob/development/src/templates/jupiter.yml
Endpoints¶
/amm/price
/amm/trade
/amm/estimateGas
For more information, run Gateway and go to
đ¯ AMM Data Feed¶
Data feed of this exchange's real-time prices
- ID:
jupiter_[CHAIN]_[NETWORK]
- Connection Type: REST via Gateway
- Folder: https://github.com/hummingbot/hummingbot/blob/master/hummingbot/data_feed/amm_gateway_data_feed.py