Ref
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Automatic Market Maker (AMM)
- Maintenance Tier:
- Maintainer: CoinAlpha
Currently, Ref Finance 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 |
---|---|---|
2ī¸âŖ AMM Connector | â | |
3ī¸âŖ Range AMM Connector | Not built | |
đ¯ AMM Data Feed | â |
âšī¸ Exchange Info¶
- Website: https://ref.finance
- CoinMarketCap: https://coinmarketcap.com/exchanges/ref-finance/
- Fees: https://guide.ref.finance/products/concepts/pooling#trading-fees
đ How to Connect¶
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
near |
mainnet , testnet |
From inside the Hummingbot client, run gateway connect ref_finance
in order to connect your wallet:
Which chain do you want ref-finance to connect to? (near) >>>
Which network do you want ref-finance to connect to? (mainnet, testnet) >>>
Enter your near-mainnet private key >>>>
If connection is successful (near-mainnet):
2ī¸âŖ AMM Connector¶
Integration to this DEX's swap pricing and execution endpoints
- ID:
ref
- Connection Type: REST via Gateway
- API Docs: https://guide.ref.finance/
- Folder: https://github.com/hummingbot/gateway/tree/main/src/connectors/ref
- Default Configs: https://github.com/hummingbot/gateway/blob/main/src/templates/ref.yml
Endpoints¶
/amm/price
/amm/trade
For more info, run Gateway and go to
đ¯ AMM Data Feed¶
Data feed of this exchange's real-time prices
- ID:
ref_[CHAIN]_[NETWORK]
- Connection Type: REST via Gateway
- Folder: Not specified