mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
23 lines
702 B
Markdown
23 lines
702 B
Markdown
---
|
|
title: 业务地址
|
|
id: socket-hosts
|
|
slug: /socket/hosts
|
|
sidebar_position: 5
|
|
---
|
|
|
|
目前我们行情和交易推送网关时分开的,可以根据所在物理位置选择要链接的域名。
|
|
|
|
## 行情
|
|
|
|
| 域名 | 协议 |
|
|
| ------------------------------------------ | --------- |
|
|
| tcp://openapi-quote.longbridgeapp.com:2020 | TCP |
|
|
| wss://openapi-quote.longbridgeapp.com | WebSocket |
|
|
|
|
## 交易
|
|
|
|
| 域名 | 协议 |
|
|
| ------------------------------------------ | --------- |
|
|
| tcp://openapi-trade.longbridgeapp.com:2020 | TCP |
|
|
| wss://openapi-trade.longbridgeapp.com | WebSocket |
|