Skip to content

StepToParadise/OKX-Random-Withdrawals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKX Automated Withdrawal Bot

A Python script for automated cryptocurrency withdrawals to multiple addresses via OKX exchange API.

Features

  • 🚀 Automated withdrawals with randomized parameters
  • 🔀 Random network selection from configured list
  • ⚖️ Customizable amount ranges with decimal precision
  • ⏳ Configurable random delays between transactions
  • 📝 Automatic logging of all transactions
  • ✅ Prevention of duplicate address processing
  • 🔒 Secure API key management

Requirements

  • Python 3.8+
  • OKX API keys (with withdrawal permissions)
  • Python packages:
    • okx
    • python-okx (recommended)
    • requests

Installation

  1. Clone repository:

    git clone https://github.com/StepToParadise/OKX-Random-Withdrawals.git
    cd okx-withdrawal-bot
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Setup necessary files:

    • addresses.txt
    • config.py
  4. Setup config.py

Running

  • After successful setup run:
    python withdraw.py
    

Donate

  • EVM: 0x3124Be9C360d4931bF9937Da4DB3507899F0f7EB
  • SOL: 9htc1cTKmHwBMwQZSgZJFQNz7nKiUaC9G5x1ZDt8oXHP

About

A Python script for automated cryptocurrency withdrawals to multiple addresses via OKX exchange API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages