A comprehensive, modern async Python API for PocketOption trading platform.
Project description
PocketOption API- By ChipaDevTeam - Modified by Six <3
Support us
Join PocketOption with Six's affiliate link: Six PocketOption Affiliate link
Join PocketOption with Chipas affiliate link: Chipas PocketOption Affiliate link
A comprehensive, modern async Python API for PocketOption trading platform with advanced features including persistent connections, monitoring, and extensive testing frameworks.
Key Features
Enhanced Connection Management
- Complete SSID Format Support: Works with full authentication strings from browser (format:
42["auth",{"session":"...","isDemo":1,"uid":...,"platform":1}]) - Persistent Connections: Automatic keep-alive with 20-second ping intervals (like the original API)
- Auto-Reconnection: Intelligent reconnection with multiple region fallback
- Connection Pooling: Optimized connection management for better performance
Advanced Monitoring & Diagnostics
- Real-time Monitoring: Connection health, performance metrics, and error tracking
- Diagnostics Reports: Comprehensive health assessments with recommendations
- Performance Analytics: Response times, throughput analysis, and bottleneck detection
- Alert System: Automatic alerts for connection issues and performance problems
Comprehensive Testing Framework
- Load Testing: Concurrent client simulation and stress testing
- Integration Testing: End-to-end validation of all components
- Performance Benchmarks: Automated performance analysis and optimization
- Advanced Test Suites: Edge cases, error scenarios, and long-running stability tests
Performance Optimizations
- Message Batching: Efficient message queuing and processing
- Concurrent Operations: Parallel API calls for better throughput
- Caching System: Intelligent caching with TTL for frequently accessed data
- Rate Limiting: Built-in protection against API rate limits
Robust Error Handling
- Graceful Degradation: Continues operation despite individual failures
- Automatic Recovery: Self-healing connections and operations
- Comprehensive Logging: Detailed error tracking and debugging information
- Exception Management: Type-specific error handling and recovery strategies
Installation
# Clone the repository
git clone <repository-url>
cd PocketOptionAPI
# Install dependencies
pip install -r requirements.txt
# For development
pip install -r requirements-dev.txt
Quick Start
Getting Your SSID
To use the API with real data, you need to extract your session ID from the browser:
- Open PocketOption in your browser
- Open Developer Tools (F12)
- Go to Network tab
- Filter by WebSocket (WS)
- Look for authentication message starting with
42["auth" - Copy the complete message including the
42["auth",{...}]format
Example SSID format:
42["auth",{"session":"abcd1234efgh5678","isDemo":1,"uid":12345,"platform":1}]
If you are unable to find it, try running the automatic SSID scraper under the tools folder.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pocketoptionapi_async-2.0.0.tar.gz.
File metadata
- Download URL: pocketoptionapi_async-2.0.0.tar.gz
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d84cdffa4b0f688df533ae8d9176153976d37740bd03a7af1a812b7c50718cdb
|
|
| MD5 |
61e9dd755b218e0fb219643f1d8f3d54
|
|
| BLAKE2b-256 |
eb86419c03fad0e35f98d538ae8e4aaa02dcaf8a7b487ad263305695595019a7
|
File details
Details for the file pocketoptionapi_async-2.0.0-py3-none-any.whl.
File metadata
- Download URL: pocketoptionapi_async-2.0.0-py3-none-any.whl
- Upload date:
- Size: 48.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2209c2b1204e4c22f6e345e6fccd82183b6d352cee9ea783571e996f6fabb198
|
|
| MD5 |
bdc4d5a283ea7038cb4fc63d7d938df9
|
|
| BLAKE2b-256 |
347ed9c4cd74fa3e3cf5caa41bc9ced2d167c1a1e32138ea8c93b751152b688b
|