This project provides technical documentation and reference guides for spot trading, including specifications for REST, WebSocket, and FIX protocols. It serves as a comprehensive resource for integrating with spot trading endpoints to execute trades, query account data, and fetch market statistics. The project distinguishes itself by supporting institutional-grade connectivity through the Financial Information eXchange standard and simple binary encoding to reduce latency and payload size. It also includes a dedicated sandbox environment for validating trading logic and strategies without fin
python-binance is a Python client library that provides programmatic access to the Binance cryptocurrency exchange through both REST and WebSocket APIs. It serves as a comprehensive toolkit for automated trading, account management, and market data retrieval, enabling developers to build trading bots, portfolio management tools, and data analysis applications that interact directly with the exchange. The library distinguishes itself through a dual-client architecture that separates synchronous REST calls from persistent WebSocket streams, allowing concurrent execution without blocking. It inc
This project is a markdown static site generator and technical documentation portal designed for software engineering education. It functions as a client-side searchable knowledge base that converts structured markdown files into static HTML pages. The system utilizes a CSS-grid responsive layout to organize documentation headers, sidebars, and content areas across different screen sizes. It employs file-system routing to map the directory structure of source folders directly to the website URL paths. The platform is used for technical knowledge management, including the organization of prog
Slate is a static API documentation generator and developer documentation framework. It transforms API specifications and text files into a formatted static website designed for hosting API references and guides. The system functions as a static site generator that builds a developer portal without the need for a backend database. It manages API reference details by organizing technical endpoints into a readable format and providing a structured layout for developer consumption. The framework covers content generation and site architecture, including the compilation of markdown guides and th
Este proyecto es un portal de documentación de API de intercambio de criptomonedas. Proporciona una referencia técnica para la integración con interfaces REST y WebSocket para operar con activos digitales y transmitir datos de mercado.
Las características principales de binance-exchange/binance-official-api-docs son: Static-Site-Based Documentation, Static Markdown Documentation, Exchange API References, Exchange Market Data Streams, WebSocket Stream Managers, API Documentation Generators, Static Site Documentation, REST API References.
Las alternativas de código abierto para binance-exchange/binance-official-api-docs incluyen: binance/binance-spot-api-docs — This project provides technical documentation and reference guides for spot trading, including specifications for… sammchardy/python-binance — python-binance is a Python client library that provides programmatic access to the Binance cryptocurrency exchange… liangjunrong/document-library — This project is a markdown static site generator and technical documentation portal designed for software engineering… lord/slate — Slate is a static API documentation generator and developer documentation framework. It transforms API specifications… slatedocs/slate — Slate is a static API documentation generator and reference website builder. It transforms API specifications and… knowm/xchange — XChange is a cryptocurrency exchange integration library and API wrapper that provides a unified interface for…