mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
702 B
702 B
title, id, slug, sidebar_position
| title | id | slug | sidebar_position |
|---|---|---|---|
| 业务地址 | socket-hosts | /socket/hosts | 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 |