Binance Square

BinanceAPI

3,206 views
16 Discussing
OroCryptoTrends
--
🧩 Binance Spot Block Matching Gets API Upgrade — Here’s What You Need to Know 📅 Effective from: June 27, 2025 (UTC) Binance just rolled out a powerful upgrade for its Spot Block Matching system — and this one’s tailor-made for high-volume traders, institutional desks, and VIP clients looking for custom, efficient order execution through the API. Let’s break it down — what’s changing, who can use it, and why it matters. 🚀 What Is Spot Block Matching? Spot Block Matching is Binance’s solution for off-order-book, large-volume spot trades. Think of it as a private deal-making layer that lets whales, funds, and power traders match large spot orders without triggering slippage on the open market. Now, with the latest API support, users can interact with this powerful matching engine programmatically — no manual forms or back-and-forths required. 🛠️ Key API Functions You Can Now Access 📩 Place a Spot Block Match Order POST /sapi/v1/block-match/order/place Initiate a new custom block order directly via API. ✅ Accept & Complete a Match POST /sapi/v1/block-match/order/take Take another user's block order and finalize the trade instantly. ❌ Cancel Your Open Order POST /sapi/v1/block-match/order/cancel Need to exit your request? Cancel in seconds via API. ⏱️ Extend Order Validity by +30 Minutes POST /sapi/v1/block-match/order/extend Give your order more life without needing to re-post it. 📊 Return Supported Symbols POST /sapi/v1/block-match/symbols Check which trading pairs are available for block matching. 🔍 Query Open Orders POST /sapi/v1/block-match/order/query-open-order View all your current open block orders. 📖 Query Order History POST /sapi/v1/block-match/order/query-order-history Pull up a complete history of your block trades via API. > 📘 Full API docs available here: Binance SAPI Documentation 🧠 Who Can Use Spot Block Matching API? This feature is exclusive to whitelisted users and available only via the Binance VIP Portal. If you're not already approved: ✅ Request Access: Through your sales/key account Spot coverage team, or Email: [email protected] This ensures the feature remains optimized for high-value trades and advanced users. 🔐 Why This Update Matters 📈 For Pro Traders: Seamless integration into your own trading infrastructure Instant access to custom execution strategies Avoid public slippage while moving size discreetly 🏦 For Institutions: API-level control = faster decisions More efficient OTC-style execution with full Binance liquidity Transparent tracking with open order and history endpoints 📢 Important Notes Spot Block Matching trades do NOT impact regular spot trading or liquidity Supported trading pairs may change over time based on user feedback This is a VIP-only feature, not open to general retail users Always check the official API documentation for the latest endpoints and usage rules 🔗 Tag These Web3 & API Pros for Wider Discussion @BinanceDev @cz_binance @WuBlockchain @CryptoCred @taobtc @0xTommy @blockworks_ $BTC {future}(BTCUSDT) $ETH $BNB #BinanceAPI #ProTrading #BlockMatching #CryptoLiquidity

🧩 Binance Spot Block Matching Gets API Upgrade — Here’s What You Need to Know

📅 Effective from: June 27, 2025 (UTC)
Binance just rolled out a powerful upgrade for its Spot Block Matching system — and this one’s tailor-made for high-volume traders, institutional desks, and VIP clients looking for custom, efficient order execution through the API.

Let’s break it down — what’s changing, who can use it, and why it matters.

🚀 What Is Spot Block Matching?
Spot Block Matching is Binance’s solution for off-order-book, large-volume spot trades. Think of it as a private deal-making layer that lets whales, funds, and power traders match large spot orders without triggering slippage on the open market.

Now, with the latest API support, users can interact with this powerful matching engine programmatically — no manual forms or back-and-forths required.

🛠️ Key API Functions You Can Now Access
📩 Place a Spot Block Match Order
POST /sapi/v1/block-match/order/place
Initiate a new custom block order directly via API.
✅ Accept & Complete a Match
POST /sapi/v1/block-match/order/take
Take another user's block order and finalize the trade instantly.
❌ Cancel Your Open Order
POST /sapi/v1/block-match/order/cancel
Need to exit your request? Cancel in seconds via API.
⏱️ Extend Order Validity by +30 Minutes
POST /sapi/v1/block-match/order/extend
Give your order more life without needing to re-post it.
📊 Return Supported Symbols
POST /sapi/v1/block-match/symbols
Check which trading pairs are available for block matching.
🔍 Query Open Orders
POST /sapi/v1/block-match/order/query-open-order
View all your current open block orders.
📖 Query Order History
POST /sapi/v1/block-match/order/query-order-history
Pull up a complete history of your block trades via API.
> 📘 Full API docs available here: Binance SAPI Documentation

🧠 Who Can Use Spot Block Matching API?

This feature is exclusive to whitelisted users and available only via the Binance VIP Portal. If you're not already approved:

✅ Request Access:
Through your sales/key account Spot coverage team, or
Email: [email protected]
This ensures the feature remains optimized for high-value trades and advanced users.

🔐 Why This Update Matters
📈 For Pro Traders:
Seamless integration into your own trading infrastructure
Instant access to custom execution strategies
Avoid public slippage while moving size discreetly
🏦 For Institutions:
API-level control = faster decisions
More efficient OTC-style execution with full Binance liquidity
Transparent tracking with open order and history endpoints
📢 Important Notes
Spot Block Matching trades do NOT impact regular spot trading or liquidity
Supported trading pairs may change over time based on user feedback
This is a VIP-only feature, not open to general retail users
Always check the official API documentation for the latest endpoints and usage rules

🔗 Tag These Web3 & API Pros for Wider Discussion
@BinanceDev
@cz_binance
@WuBlockchain
@CryptoCred
@taobtc
@0xTommy
@blockworks_
$BTC
$ETH
$BNB
#BinanceAPI
#ProTrading
#BlockMatching

#CryptoLiquidity
#Day78 : Understanding the Binance API and How to Use It The Binance API is a powerful tool that allows traders to automate strategies, fetch real-time data, and execute trades programmatically. It supports RESTful and WebSocket connections, enabling seamless interaction with the Binance platform. Getting Started 1. Generate API Keys: Log in to Binance, navigate to API Management, and create a new API key. 2. Choose the Right Endpoints: Use public endpoints for market data and private ones for account/trade operations. 3. Use a Secure Connection: Always enable IP whitelisting and use HMAC SHA256 signatures for authentication. Common Use Cases • Automated Trading: Execute orders using bots. • Market Data Analysis: Fetch price trends and order book depth. • Portfolio Management: Track balances and trade history. Mastering the Binance API can significantly improve trading efficiency! $OM $IQ $BNB #BinanceAPI #AutomatedTrading #BinanceTech #TradingBots
#Day78 : Understanding the Binance API and How to Use It

The Binance API is a powerful tool that allows traders to automate strategies, fetch real-time data, and execute trades programmatically. It supports RESTful and WebSocket connections, enabling seamless interaction with the Binance platform.

Getting Started

1. Generate API Keys: Log in to Binance, navigate to API Management, and create a new API key.

2. Choose the Right Endpoints: Use public endpoints for market data and private ones for account/trade operations.

3. Use a Secure Connection: Always enable IP whitelisting and use HMAC SHA256 signatures for authentication.

Common Use Cases

• Automated Trading: Execute orders using bots.

• Market Data Analysis: Fetch price trends and order book depth.

• Portfolio Management: Track balances and trade history.

Mastering the Binance API can significantly improve trading efficiency!

$OM $IQ $BNB

#BinanceAPI #AutomatedTrading #BinanceTech #TradingBots
Smarter, faster, and more efficient – Binance Spot API is leveling up! Heads Up: Binance Spot API Is Getting an Update Starting April 7, 2025 Hey devs and traders, Just a quick heads-up — we’re making a few important updates to the Binance Spot API starting April 7. Here’s what’s changing: 1. Lighter Load on myTrades If you’re using orderId in your myTrades calls, your request weight is going down from 20 to 5. That means faster, more efficient API calls for everyone. 2. Behavior Changes Coming April 24 We’re tweaking how some order queries and cancellations work — this affects endpoints like: GET /api/v3/order DELETE /api/v3/order WebSocket updates for order status, cancellations, and replace actions It also includes changes when using listOrderId and listClientOrderId. So be sure to check your integrations. 3. User Data Stream Improvements We’re moving away from using listenKey over the old WebSocket endpoint. Going forward, updates will come through our main WebSocket API — and you'll need an Ed25519 API key. It’s quicker, cleaner, and more secure. Some older endpoints will also be removed soon, so take note if you’re still using them. Good news: You can start testing all of this now on the Binance Spot Testnet No impact to live trading — everything continues as usual Want the full technical breakdown? Check out the changelog and GitHub docs. Thanks for building with us, — The Binance Team #BinanceAPI #CryptoPatience #Crypto_Jobs🎯 #TrendingTopic #BinanceUpdate
Smarter, faster, and more efficient – Binance Spot API is leveling up!

Heads Up: Binance Spot API Is Getting an Update Starting April 7, 2025

Hey devs and traders,
Just a quick heads-up — we’re making a few important updates to the Binance Spot API starting April 7. Here’s what’s changing:

1. Lighter Load on myTrades
If you’re using orderId in your myTrades calls, your request weight is going down from 20 to 5. That means faster, more efficient API calls for everyone.

2. Behavior Changes Coming April 24
We’re tweaking how some order queries and cancellations work — this affects endpoints like:

GET /api/v3/order

DELETE /api/v3/order

WebSocket updates for order status, cancellations, and replace actions
It also includes changes when using listOrderId and listClientOrderId. So be sure to check your integrations.

3. User Data Stream Improvements
We’re moving away from using listenKey over the old WebSocket endpoint. Going forward, updates will come through our main WebSocket API — and you'll need an Ed25519 API key. It’s quicker, cleaner, and more secure.
Some older endpoints will also be removed soon, so take note if you’re still using them.

Good news:

You can start testing all of this now on the Binance Spot Testnet

No impact to live trading — everything continues as usual

Want the full technical breakdown? Check out the changelog and GitHub docs.

Thanks for building with us,
— The Binance Team

#BinanceAPI #CryptoPatience #Crypto_Jobs🎯 #TrendingTopic #BinanceUpdate
#Day78 : Understanding the Binance API and How to Use It The Binance API is a powerful tool that allows traders to automate strategies, fetch real-time data, and execute trades programmatically. It supports RESTful and WebSocket connections, enabling seamless interaction with the Binance platform. Getting Started 1. Generate API Keys: Log in to Binance, navigate to API Management, and create a new API key. 2. Choose the Right Endpoints: Use public endpoints for market data and private ones for account/trade operations. 3. Use a Secure Connection: Always enable IP whitelisting and use HMAC SHA256 signatures for authentication. Common Use Cases • Automated Trading: Execute orders using bots. • Market Data Analysis: Fetch price trends and order book depth. • Portfolio Management: Track balances and trade history. Mastering the Binance API can significantly improve trading efficiency! $OM $IQ $BNB #BinanceAPI #AutomatedTrading #BinanceTech #TradingBots
#Day78 : Understanding the Binance API and How to Use It

The Binance API is a powerful tool that allows traders to automate strategies, fetch real-time data, and execute trades programmatically. It supports RESTful and WebSocket connections, enabling seamless interaction with the Binance platform.

Getting Started

1. Generate API Keys: Log in to Binance, navigate to API Management, and create a new API key.

2. Choose the Right Endpoints: Use public endpoints for market data and private ones for account/trade operations.

3. Use a Secure Connection: Always enable IP whitelisting and use HMAC SHA256 signatures for authentication.

Common Use Cases

• Automated Trading: Execute orders using bots.

• Market Data Analysis: Fetch price trends and order book depth.

• Portfolio Management: Track balances and trade history.

Mastering the Binance API can significantly improve trading efficiency!

$OM $IQ $BNB

#BinanceAPI #AutomatedTrading #BinanceTech #TradingBots
Binance API: Unlimited Opportunities with One KeyIn the ever-evolving cryptocurrency landscape, the ability to seamlessly integrate trading platforms with custom software has become a game-changer for traders and developers alike. One such platform that offers incredible flexibility and potential is [Binance](https://www.binance.com/en), one of the world's largest cryptocurrency exchanges. At the heart of Binance's ecosystem lies the [Binance API](https://www.binance.com/en/binance-api), a powerful tool that unlocks unlimited opportunities for developers, traders, and businesses. This article explores the Binance API's vast potential, its features, use cases, and how it can provide an edge in the competitive world of crypto trading. What is the Binance API? The Binance API (Application Programming Interface) allows users to interact with Binance's trading platform programmatically, bypassing manual operations. In simple terms, it acts as a bridge that connects your applications, bots, or software with Binance's systems, enabling you to execute trades, monitor market data, and manage your account autonomously. There are three main types of Binance APIs: REST API: A standard web-based API that allows users to perform various functions, from retrieving data to executing trades.FIX API: This API can only be used with the SPOT Exchange.WebSocket API: A more real-time, continuous connection-based API that provides instant updates on trades, market movements, and order book data. With these tools, users can automate processes, create custom dashboards, build trading bots, and leverage other advanced functionalities that aren’t possible with just manual interaction. Key Features of Binance API Automated Trading: One of the most popular uses of the Binance API is for automated trading. Whether you are a day trader, arbitrageur, or long-term investor, the API allows you to automate your strategy by executing trades based on predefined rules. Through a set of commands, you can automate buying and selling at specific price points, adjust strategies based on market conditions, or even run high-frequency trading (HFT) bots.Market Data Access: Access to accurate and real-time market data is crucial for effective trading. Binance API provides:Live price feeds: Get current prices for any trading pair listed on Binance.Historical data: Retrieve historical price movements, which is valuable for backtesting trading strategies.Order book data: Access detailed insights into the buy and sell orders in the market, including depth of the order book and volume-weighted prices.Account Management: The API enables complete account management, including:Balance checks: View the total balance and available assets in your account.Order management: Place, modify, or cancel orders through your API key without ever having to log into the Binance interface.Transaction history: Retrieve detailed logs of all past trades, deposits, and withdrawals.Security and Rate LimitsBinance’s API is built with security in mind. Each request requires authentication via an API key and secret, ensuring that only authorized users can execute certain actions. Furthermore, the API allows you to set IP whitelists, ensuring that only requests from trusted sources are accepted.Binance also has a rate-limiting system in place, allowing users to send a limited number of requests per minute to prevent server overloads or abuse of the service. However, these limits are generous enough for most trading bots and applications to run effectively.Cross-Platform IntegrationThe Binance API can be integrated into virtually any programming environment, making it accessible for developers working in Python, JavaScript, PHP, or any other major programming language. This flexibility allows developers to build customized solutions suited to their needs. Use Cases for Binance API Automated Trading Bots Perhaps the most common use case for the Binance API is to develop automated trading bots. These bots can follow specific strategies like scalping, arbitrage, or trend-following, executing trades at high speed and without emotional bias. Traders often use the API to program their bots to trade on technical indicators such as moving averages, RSI, or MACD.Portfolio Management Tools For crypto investors who hold assets across multiple exchanges, Binance API can be used to create custom portfolio management tools. These tools provide a consolidated view of your investments, allowing you to track your Binance account alongside other accounts and adjust holdings automatically to maintain a specific asset allocation.Arbitrage Trading The API allows traders to track price discrepancies between different cryptocurrency exchanges and execute arbitrage strategies. By integrating Binance’s API with other exchanges, traders can capitalize on price differences by simultaneously buying on one exchange and selling on another.Real-Time Alerts and Notifications Through the Binance WebSocket API, traders can set up real-time alerts for price changes, large transactions, or market movements. For instance, you can receive notifications if a cryptocurrency hits a certain price level, allowing you to make informed trading decisions faster.Risk Management and Strategy Testing The API is also valuable for building custom risk management systems. Users can set automated rules to mitigate potential losses, such as automatically selling off a portion of holdings if a certain loss threshold is met. Additionally, the historical data available through the API is invaluable for backtesting trading strategies before deploying them in real-time trading. How to Get Started with the Binance API Setting up the Binance API is straightforward: Create a Binance Account: Sign up for an account on Binance if you don’t have one.Generate API Keys: Go to your account settings on Binance and generate your unique API key and secret. These keys will be used to authenticate and authorize your API requests.Set Permissions: Depending on your needs, you can configure permissions for the API key, such as enabling it for trading, withdrawals, or just data access.Integrate with Your Application: Use Binance’s comprehensive documentation to integrate the API with your application, whether it’s a trading bot, portfolio manager, or another custom solution. Security Considerations While the Binance API offers unlimited opportunities, it’s important to approach it with security best practices: Keep your API key secret: Never share your API key or secret with anyone. If compromised, malicious actors could execute unauthorized trades or withdraw funds.Use IP whitelisting: This adds an extra layer of security, ensuring that only trusted IP addresses can make API requests.Set permissions carefully: Only enable the permissions you need. For instance, if your bot only needs to check balances and place orders, disable the withdrawal permissions to reduce risk. Conclusion The Binance API is a powerful tool that provides unlimited opportunities for traders, developers, and businesses looking to leverage the full potential of cryptocurrency trading. Whether you’re building a high-frequency trading bot, developing a custom portfolio management system, or integrating advanced market analytics, the API opens the door to unparalleled flexibility and control. With a single key, you can unlock a world of possibilities, automating your strategies and gaining an edge in the rapidly changing world of crypto. However, as with all powerful tools, it’s important to approach the Binance API with caution, ensuring security and proper planning. When used correctly, the Binance API can be the key to unlocking new heights in your cryptocurrency trading and development journey. $BTC $BNB #BinanceAPI

Binance API: Unlimited Opportunities with One Key

In the ever-evolving cryptocurrency landscape, the ability to seamlessly integrate trading platforms with custom software has become a game-changer for traders and developers alike. One such platform that offers incredible flexibility and potential is Binance, one of the world's largest cryptocurrency exchanges.
At the heart of Binance's ecosystem lies the Binance API, a powerful tool that unlocks unlimited opportunities for developers, traders, and businesses. This article explores the Binance API's vast potential, its features, use cases, and how it can provide an edge in the competitive world of crypto trading.
What is the Binance API?
The Binance API (Application Programming Interface) allows users to interact with Binance's trading platform programmatically, bypassing manual operations. In simple terms, it acts as a bridge that connects your applications, bots, or software with Binance's systems, enabling you to execute trades, monitor market data, and manage your account autonomously.
There are three main types of Binance APIs:
REST API: A standard web-based API that allows users to perform various functions, from retrieving data to executing trades.FIX API: This API can only be used with the SPOT Exchange.WebSocket API: A more real-time, continuous connection-based API that provides instant updates on trades, market movements, and order book data.
With these tools, users can automate processes, create custom dashboards, build trading bots, and leverage other advanced functionalities that aren’t possible with just manual interaction.
Key Features of Binance API
Automated Trading: One of the most popular uses of the Binance API is for automated trading. Whether you are a day trader, arbitrageur, or long-term investor, the API allows you to automate your strategy by executing trades based on predefined rules. Through a set of commands, you can automate buying and selling at specific price points, adjust strategies based on market conditions, or even run high-frequency trading (HFT) bots.Market Data Access: Access to accurate and real-time market data is crucial for effective trading. Binance API provides:Live price feeds: Get current prices for any trading pair listed on Binance.Historical data: Retrieve historical price movements, which is valuable for backtesting trading strategies.Order book data: Access detailed insights into the buy and sell orders in the market, including depth of the order book and volume-weighted prices.Account Management: The API enables complete account management, including:Balance checks: View the total balance and available assets in your account.Order management: Place, modify, or cancel orders through your API key without ever having to log into the Binance interface.Transaction history: Retrieve detailed logs of all past trades, deposits, and withdrawals.Security and Rate LimitsBinance’s API is built with security in mind. Each request requires authentication via an API key and secret, ensuring that only authorized users can execute certain actions. Furthermore, the API allows you to set IP whitelists, ensuring that only requests from trusted sources are accepted.Binance also has a rate-limiting system in place, allowing users to send a limited number of requests per minute to prevent server overloads or abuse of the service. However, these limits are generous enough for most trading bots and applications to run effectively.Cross-Platform IntegrationThe Binance API can be integrated into virtually any programming environment, making it accessible for developers working in Python, JavaScript, PHP, or any other major programming language. This flexibility allows developers to build customized solutions suited to their needs.
Use Cases for Binance API
Automated Trading Bots
Perhaps the most common use case for the Binance API is to develop automated trading bots. These bots can follow specific strategies like scalping, arbitrage, or trend-following, executing trades at high speed and without emotional bias. Traders often use the API to program their bots to trade on technical indicators such as moving averages, RSI, or MACD.Portfolio Management Tools
For crypto investors who hold assets across multiple exchanges, Binance API can be used to create custom portfolio management tools. These tools provide a consolidated view of your investments, allowing you to track your Binance account alongside other accounts and adjust holdings automatically to maintain a specific asset allocation.Arbitrage Trading
The API allows traders to track price discrepancies between different cryptocurrency exchanges and execute arbitrage strategies. By integrating Binance’s API with other exchanges, traders can capitalize on price differences by simultaneously buying on one exchange and selling on another.Real-Time Alerts and Notifications
Through the Binance WebSocket API, traders can set up real-time alerts for price changes, large transactions, or market movements. For instance, you can receive notifications if a cryptocurrency hits a certain price level, allowing you to make informed trading decisions faster.Risk Management and Strategy Testing
The API is also valuable for building custom risk management systems. Users can set automated rules to mitigate potential losses, such as automatically selling off a portion of holdings if a certain loss threshold is met. Additionally, the historical data available through the API is invaluable for backtesting trading strategies before deploying them in real-time trading.
How to Get Started with the Binance API
Setting up the Binance API is straightforward:
Create a Binance Account: Sign up for an account on Binance if you don’t have one.Generate API Keys: Go to your account settings on Binance and generate your unique API key and secret. These keys will be used to authenticate and authorize your API requests.Set Permissions: Depending on your needs, you can configure permissions for the API key, such as enabling it for trading, withdrawals, or just data access.Integrate with Your Application: Use Binance’s comprehensive documentation to integrate the API with your application, whether it’s a trading bot, portfolio manager, or another custom solution.
Security Considerations
While the Binance API offers unlimited opportunities, it’s important to approach it with security best practices:
Keep your API key secret: Never share your API key or secret with anyone. If compromised, malicious actors could execute unauthorized trades or withdraw funds.Use IP whitelisting: This adds an extra layer of security, ensuring that only trusted IP addresses can make API requests.Set permissions carefully: Only enable the permissions you need. For instance, if your bot only needs to check balances and place orders, disable the withdrawal permissions to reduce risk.
Conclusion
The Binance API is a powerful tool that provides unlimited opportunities for traders, developers, and businesses looking to leverage the full potential of cryptocurrency trading. Whether you’re building a high-frequency trading bot, developing a custom portfolio management system, or integrating advanced market analytics, the API opens the door to unparalleled flexibility and control. With a single key, you can unlock a world of possibilities, automating your strategies and gaining an edge in the rapidly changing world of crypto.
However, as with all powerful tools, it’s important to approach the Binance API with caution, ensuring security and proper planning. When used correctly, the Binance API can be the key to unlocking new heights in your cryptocurrency trading and development journey.
$BTC $BNB #BinanceAPI
--
Bullish
💸 Мій крипторобот заробляє до 40% річних — і я нічого не роблю вручну. Ніякого ф'ючерсного ризику. Ніякого сидіння за графіками. 🤖 Він торгує на споті — без плечей, без шалених просідань. Це розумна автоматизована стратегія, яка працює за мене 24/7. ✅ Повністю пасивно ✅ Контроль у твоїх руках ✅ Результати — реальні 🔒 Якщо цікаво — напиши мені в особисті. Поки ще не пізно увійти 👀 #Крипта2025 #СпотТрейдинг #Крипторобот #ПасивнийДохід #BinanceAPI
💸 Мій крипторобот заробляє до 40% річних — і я нічого не роблю вручну.

Ніякого ф'ючерсного ризику.
Ніякого сидіння за графіками.
🤖 Він торгує на споті — без плечей, без шалених просідань.
Це розумна автоматизована стратегія, яка працює за мене 24/7.

✅ Повністю пасивно
✅ Контроль у твоїх руках
✅ Результати — реальні

🔒 Якщо цікаво — напиши мені в особисті.
Поки ще не пізно увійти 👀

#Крипта2025 #СпотТрейдинг #Крипторобот #ПасивнийДохід #BinanceAPI
Aviso sobre la actualización de la API de Binance Spot (07/04/2025)La API de Binance Spot implementará gradualmente los siguientes cambios según el peso de las solicitudes a partir del 7 de abril de 2025 (UTC) . El proceso tardará aproximadamente una semana en completarse. Cambiar peso a petición El peso de la solicitud para myTrades era de 20, independientemente de los parámetros proporcionados. Ahora, con orderId proporcionado, el peso de la solicitud es de 5. Solicitudes afectadas: API REST OBTENER /api/v3/misTrades API de WebSocket mis operaciones La API de Binance Spot implementará las siguientes actualizaciones el 24/04/2025 a las 07:00 (UTC). Comportamiento al consultar y/o cancelar con orderId y origClientOrderId/cancelOrigClientOrderId Para obtener más detalles, consulte la sección “Para obtener más información” a continuación. Solicitudes afectadas: API REST OBTENER /api/v3/order ELIMINAR /api/v3/order POST /api/v3/order/cancelReplace API de WebSocket estado del pedido orden.cancelar orden.cancelarReemplazar API de corrección Solicitud de cancelación de pedido <F> Solicitud de cancelación de pedido y nuevo pedido único <XCN> Comportamiento al cancelar con listOrderId y listClientOrderId Para obtener más detalles, consulte la sección “Para obtener más información” a continuación. Solicitudes afectadas: API REST ELIMINAR /api/v3/orderList API de WebSocket lista de pedidos.cancelar Además, Binance Spot API ha realizado las siguientes actualizaciones en los flujos de datos de usuario. Cambio en los flujos de datos del usuario La recepción de transmisiones de datos de usuario en wss://stream.binance.com:9443 mediante una listenKey ahora está obsoleta. Esta función se eliminará de nuestros sistemas en una fecha posterior. Los usuarios deben obtener actualizaciones de datos de usuario suscribiéndose al flujo de datos de usuario en la API de WebSocket Esto debería ofrecer un rendimiento ligeramente mejor (menor latencia). Esto requiere el uso de una clave API Ed25519. En una futura actualización, se eliminará la información sobre el punto final WebSocket base para los flujos de datos del usuario. En una futura actualización, se eliminarán las siguientes solicitudes de la documentación: POST /api/v3/userDataStream PONER /api/v3/userDataStream ELIMINAR /api/v3/userDataStream userDataStream.start Flujo de datos de usuario.ping userDataStream.stop La documentación de User Data Stream seguirá siendo una referencia para las cargas útiles que puede recibir. Notas: Los usuarios de API ahora pueden probar nuevas actualizaciones en Binance Spot Testnet . El comercio no se verá afectado por las actualizaciones mencionadas anteriormente. Puede haber discrepancias entre este contenido original en inglés y las versiones traducidas. Para obtener la información más precisa, consulte la versión original en inglés en caso de discrepancia. Para más información: Registro de cambios de la API de Binance Spot Documentación de la API de GitHub de Binance Spot #Binance #BinanceSquareFamily #BinanceSpotTrading #API #BinanceAPI $BNB @Binance_News @Binance_Espana @Binancelatam @Binance_Customer_Support @BinanceSearch @Binance_Spot @Binance_Square_Official @Binance_Announcement @Binance_News

Aviso sobre la actualización de la API de Binance Spot (07/04/2025)

La API de Binance Spot implementará gradualmente los siguientes cambios según el peso de las solicitudes a partir del 7 de abril de 2025 (UTC) . El proceso tardará aproximadamente una semana en completarse.
Cambiar peso a petición
El peso de la solicitud para myTrades era de 20, independientemente de los parámetros proporcionados. Ahora, con orderId proporcionado, el peso de la solicitud es de 5.
Solicitudes afectadas:
API REST
OBTENER /api/v3/misTrades
API de WebSocket
mis operaciones
La API de Binance Spot implementará las siguientes actualizaciones el 24/04/2025 a las 07:00 (UTC).
Comportamiento al consultar y/o cancelar con orderId y origClientOrderId/cancelOrigClientOrderId
Para obtener más detalles, consulte la sección “Para obtener más información” a continuación.
Solicitudes afectadas:
API REST
OBTENER /api/v3/order
ELIMINAR /api/v3/order
POST /api/v3/order/cancelReplace
API de WebSocket
estado del pedido
orden.cancelar
orden.cancelarReemplazar
API de corrección
Solicitud de cancelación de pedido <F>
Solicitud de cancelación de pedido y nuevo pedido único <XCN>
Comportamiento al cancelar con listOrderId y listClientOrderId
Para obtener más detalles, consulte la sección “Para obtener más información” a continuación.
Solicitudes afectadas:
API REST
ELIMINAR /api/v3/orderList
API de WebSocket
lista de pedidos.cancelar
Además, Binance Spot API ha realizado las siguientes actualizaciones en los flujos de datos de usuario.
Cambio en los flujos de datos del usuario
La recepción de transmisiones de datos de usuario en wss://stream.binance.com:9443 mediante una listenKey ahora está obsoleta.
Esta función se eliminará de nuestros sistemas en una fecha posterior.
Los usuarios deben obtener actualizaciones de datos de usuario suscribiéndose al flujo de datos de usuario en la API de WebSocket
Esto debería ofrecer un rendimiento ligeramente mejor (menor latencia).
Esto requiere el uso de una clave API Ed25519.
En una futura actualización, se eliminará la información sobre el punto final WebSocket base para los flujos de datos del usuario.
En una futura actualización, se eliminarán las siguientes solicitudes de la documentación:
POST /api/v3/userDataStream
PONER /api/v3/userDataStream
ELIMINAR /api/v3/userDataStream
userDataStream.start
Flujo de datos de usuario.ping
userDataStream.stop
La documentación de User Data Stream seguirá siendo una referencia para las cargas útiles que puede recibir.

Notas:
Los usuarios de API ahora pueden probar nuevas actualizaciones en Binance Spot Testnet .
El comercio no se verá afectado por las actualizaciones mencionadas anteriormente.
Puede haber discrepancias entre este contenido original en inglés y las versiones traducidas. Para obtener la información más precisa, consulte la versión original en inglés en caso de discrepancia.
Para más información:
Registro de cambios de la API de Binance Spot
Documentación de la API de GitHub de Binance Spot
#Binance #BinanceSquareFamily #BinanceSpotTrading #API #BinanceAPI $BNB
@Binance News @Binance España @Binance LATAM Official @Binance Customer Support @Binance Search @Binance Spot @Binance Square Official @Binance Announcement @Binance News
Login to explore more contents
Explore the latest crypto news
⚡️ Be a part of the latests discussions in crypto
💬 Interact with your favorite creators
👍 Enjoy content that interests you
Email / Phone number