Extended Farming Module
Last updated
The API credentials are required for farming and act as your authentication keys. Follow these steps to obtain them:
1. Access the Platform
Navigate to https://app.extended.exchange/
Connect your wallet and sign the connection request
Ensure your account shows "Main account" in the Your Accounts section
2. Generate API Key
Go to API Management: https://app.extended.exchange/api-management
Click the "Generate API Key" button
The system will create your unique API credentials

3. View API Details
Once generated, click "Show API Details" button
A modal window will display all your credentials

β οΈ Warning: Never share your private Stark key with untrusted parties; it provides full access to your account's funds.
4. Extract Your Credentials

Copy each of the following values using the copy button (π):
API Key: Your unique API identifier
Stark Key Public: Public portion of your Stark key (starts with 0x)
Stark Key Private: Private key for signing transactions (starts with 0x)
Vault Number: Your vault identifier
Client ID: Your client number
5. Configure the Farming Module
Paste each copied value into the corresponding field in the farming module
The values will be masked for security once entered

Selection: Dropdown menu with available trading pairs
Options: All active perpetual futures pairs on Extended
Description: Determines how frequently the bot places new trades
Description: Multiplier for your position size
Choose your trading direction strategy:
LONG: Opens long positions only (betting on price increase)
SHORT: Opens short positions only (betting on price decrease)
RANDOM: Randomly alternates between long and short positions
MARKET: Immediate execution at current market price
LIMIT: Set specific entry price
RANDOM: Randomly choose between order types
Format: Percentage value
Description: Automatically closes position at specified profit
Format: Percentage value
Description: Automatically closes position at specified loss
Function: Initiates the connection to Extended Exchange
Color: Green when ready to connect
Status: Validates all credentials before connecting
Function: Closes the configuration modal
Warning: Any unsaved changes will be lost
Last updated