webull_unofficial 1.0.0

The unofficial Rust interface for the WeBull API
Documentation
# Webull API Configuration

# Webull Account Credentials
WEBULL_USERNAME=your_email_or_phone
WEBULL_PASSWORD=your_password
WEBULL_TRADING_PIN=123456

# Optional: Device ID (32 character hex string)
# If not provided, one will be generated automatically
# WEBULL_DEVICE_ID=0123456789abcdef0123456789abcdef

# Optional: MFA Token (if using multi-factor authentication)
# WEBULL_MFA_TOKEN=your_mfa_token

# Optional: API Region (default: 6)
# WEBULL_REGION=6

# Optional: Debug Mode
# DEBUG=true