Lambdaplex
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Central Limit Order Book (CLOB)
| Component | Status | V2 Strategies | Notes |
|---|---|---|---|
| đ Spot Connector | â | Yes | |
| đ Perp Connector | Not available |
âšī¸ Exchange Info¶
- Website: https://www.lambdaplex.io
- API Docs: https://lambdaplex-labs.gitbook.io/lambdaplex/for-developers/api
- Fees: https://lambdaplex-labs.gitbook.io/lambdaplex/getting-started/fees
đ How to Connect¶
Generate API Keys¶
- Once you've connected your wallet on the Lambdaplex website, click on your account picture in the upper right corner and then click Bots.
- Click on "CREATE BOT" and name your bot.
- Click on your newly created bot and go to the "API Keys" tab.
- On your computer, create an SSH key using
openssl genpkey -algorithm ed25519 -out lambdaplex_key.pem
# public key as 64-char hex:
openssl pkey -in lambdaplex_key.pem -pubout -outform DER | tail -c 32 | od -An -v -tx1 | tr -d ' \n'
- Copy the string of 64 characters and paste it in the "ED25519 PUBLIC KEY" field on the Lambdaplex website.
- Copy the API key that the Lambdaplex generates for you, something like
lp_E[...]bcmpand save it for use in Hummingbot. - Back on your computer, run
- It will output a key like
- The second / middle row is the unencrypted private key, and you will use that in Hummingbot.
Connecting to Hummingbot¶
From inside the Hummingbot client, run connect backpack:
>>> connect backpack
Enter your Lambdaplex API key >>>
Enter your Lambdaplex private (unencrypted) key >>>
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
lambdaplex - Connection Type: WebSocket
- Github Folder
Order Types¶
This connector supports the following OrderType constants:
LIMITMARKET