Skip to content

Commit

Permalink
kz hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
woodliang10 committed Nov 5, 2024
1 parent 7329c55 commit 7864d58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/changelog/v5.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: V5
---
## 2024-11-05
- Kazakhstan users registered from "www.bybit.kz", please use "api.bybit.kz" and "stream.bybit.kz" hostnames.

## 2024-10-30
### REST API
- [Get Collateral Info](../v5/account/collateral-info) [UPDATE]
Expand Down
1 change: 1 addition & 0 deletions docs/v5/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ REST API Base Endpoint:
* **Netherland users:** use `https://api.bybit.nl` for mainnet
* **Hong Kong users:** use `https://api.byhkbit.com` for mainnet<br/>
* **Turkey users:** use `https://api.bybit-tr.com` for mainnet<br/>
* **Kazakhstan users:** use `https://api.bybit.kz` for mainnet<br/>
Bybit cannot promise the stability and performance if you are still using `api.bybit.com`, and this domain has the possibility
to be shutdown at any time for users from these countries/areas.
:::
Expand Down
3 changes: 2 additions & 1 deletion docs/v5/websocket/trade/guideline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ sidebar_position: 1
`wss://stream.bybit.com/v5/trade`

:::info
Users registered from "www.bybit-tr.com", please use `wss://stream.bybit-tr.com/v5/trade`
* Turkey users registered from "www.bybit-tr.com", please use `wss://stream.bybit-tr.com/v5/trade`
* Kazakhstan users registered from "www.bybit.kz", please use `wss://stream.bybit.kz/v5/trade`
:::

- **Testnet:**<br/>
Expand Down
3 changes: 2 additions & 1 deletion docs/v5/websocket/wss-authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ USDC Option: `wss://stream-testnet.bybit.com/v5/public/option`
`wss://stream-testnet.bybit.com/v5/trade`

:::info
If your account is registered from www.bybit-tr.com, please use `stream.bybit-tr.com` for mainnet access
* If your account is registered from www.bybit-tr.com, please use `stream.bybit-tr.com` for mainnet access
* If your account is registered from www.bybit.kz, please use `stream.bybit.kz` for mainnet access
:::

:::tip Customise Private Connection Alive Time
Expand Down

0 comments on commit 7864d58

Please sign in to comment.