This bot is a comprehensive tool for interacting with the Arkham Exchange, written in Kotlin. It supports both console and Telegram bot interfaces, providing an easy way to manage accounts and automate tasks. The bot contains three main features:
- View Account Balance: Check your account's USDT balance and other relevant details.
- Generate Spot & Perp Trading Volume: Automate trading to generate a desired trading volume.
- View Account Statistics: Fetch detailed statistics for your account activity.
Retrieve your account balance details, including USDT and other supported tokens.
Automatically execute trades on spot & perp markets(It depends on leverage) to increase trading volume, useful for meeting exchange requirements.
Fetch and display account-level statistics such as total trading volume and fees incurred.
-
Configure Accounts
Add your account details in a file namedaccounts.txt. Each account should be added in the following format: ACCOUNT_ID(Any string):API_KEY:API_SECRET_KEY:PROXY_IP:PROXY_PORT:PROXY_USERNAME:PROXY_PASSWORD -
Run the Application
Execute the application in your console. Use the interactive menu to select the desired functionality:
- View balances
- Start trading
- View statistics
It may be online ArkhamExBot. Or contact the developer
- Set Up a Telegram Bot
- Create a new bot using Telegram's BotFather.
- Follow this guide for instructions on bot creation.
- Copy the
ACCESS_TOKENprovided by BotFather.
- Configure the Bot
Create aTelegramBotConfigfile and add the bot token in the following format:
object TelegramBotConfig {
const val ACCESS_TOKEN = "YOUR_BOT_TOKEN"
}
- Run the Application Start the bot, and interact with it using the following commands:
- /start - Initialize the session.
- Use the inline menu to select:
- View account balances.
- Start trading volume generation.
- View account statistics.
If you find this project helpful and would like to support its development, consider making a donation:
Arbitrum USDT 0x3E92ac8A955c0CcaA3abE350A7097b4e8aAFB5c5
Your support is greatly appreciated!
Developed by Antiglobalist



