Skip to content

Commit

Permalink
Merge pull request binance#260 from binance/clarification_20240229
Browse files Browse the repository at this point in the history
Clarified SBE support on SPOT Testnet.
  • Loading branch information
adderall-prozac authored Feb 29, 2024
2 parents 9fcfc7e + 0ef1b4a commit 5030dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The SPOT WebSocket API can now support SBE on [SPOT Testnet](https://testnet.bin

The SBE schema has been updated with WebSocket API metadata without incrementing either `schemaId` or `version`.

Users using only the REST API may continue to use the SBE schema with git commit hash [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml) or update to the newly-committed SBE schema.
Users using SBE only on the REST API may continue to use the SBE schema with git commit hash [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml) or update to the newly-published SBE schema.

Users who want to use the WebSocket API must use the [newly-committed SBE schema](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml).
Users who want to use SBE on the WebSocket API must use the [newly-published SBE schema](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml).

The [FAQ](./faqs/sbe_faq.md) for SBE has been updated.

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

SBE 模式已经更新了 WebSocket API 元数据,但并没有增加 `schemaId` 或者 `version`

* 仅使用 REST API 的用户可以继续使用带有 git 提交哈希[`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/commit/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml)的SBE模式,或者更新到新提交的SBE模式
* 仅在 REST API 上使用 SBE 的用户可以继续使用 SBE 模式 [`128b94b2591944a536ae427626b795000100cf1d`](https://github.com/binance/binance-spot-api-docs/blob/128b94b2591944a536ae427626b795000100cf1d/sbe/schemas/spot_1_0.xml),或者更新到新提交的 SBE 模式

* 希望使用 WebSocket API 的用户,需要更新到最新的 SBE 模式,git 提交哈希 [`becd4d44a09d94821d2dc761ba9197aae8b495c3`](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml)
* 希望在 WebSocket API 上使用 SBE 的用户,需要更新到[最新的 SBE 模式](https://github.com/binance/binance-spot-api-docs/blob/becd4d44a09d94821d2dc761ba9197aae8b495c3/sbe/schemas/spot_1_0.xml)

SBE 的 [FAQ](./faqs/sbe_faq_cn.md) 已经更新。

Expand Down

0 comments on commit 5030dec

Please sign in to comment.