| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Production-grade 24/7 self-healing REST API & WebSocket wrapper for Binolla (Real & OTC asset pairs).
Check all live endpoints, test requests, and live WebSocket feeds directly on our server:
👉 https://api1.api.cbtraderbd.xyz/docs
├── config/ │ └── settings.json # Server & WebSocket configurations ├── src/ │ ├── core/ │ │ ├── client.py # High-throughput API client │ │ └── config.py # Pydantic environment settings │ └── utils/ │ └── logger.py # Formatted logging system ├── examples/ │ ├── quickstart.py # 1-Click live feed connector │ └── stream_candles.py # 24/7 OTC streaming demonstration ├── .env.example ├── .gitignore ├── requirements.txt └── README.md
| Endpoint | Method | Description |
|---|---|---|
| /docs | GET | Interactive Swagger API documentation |
| /api/binolla/live-price | GET | Real-time price stream & tick updates |
| /api/binolla/candles | GET | Closed M1/M5 historical candle datasets |
| /api/binolla/payouts | GET | Live payout percentage monitor across all pairs |
| /api/binolla/signals | POST | Strategy webhook trigger & alert dispatcher |
Looking for the production-ready source code with complete rights and 1-on-1 developer support?
| Back | FazBrowse Home | New Git URL |