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