You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/theme/components/Pricing.vue
+53-50Lines changed: 53 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,17 @@ const LOCALE = {
21
21
title: 'Trading & Account APIs',
22
22
desc: 'Fundamentals, analysis, news, assets, orders — every core API is free.',
23
23
},
24
-
{ title: 'Real-time Market Data', desc: 'US LV1, HK Level 1, CN Level 1 real-time quotes — included free on registration. <a href="https://longbridge.com/markets">View live market data</a> to see what\'s included.' },
24
+
{
25
+
title: 'Basic Market Data',
26
+
desc: 'Nasdaq Basic, HK Level 1, CN Level 1 — bundled with your account. <a href="https://longbridge.com/markets">View live market data</a> to see what\'s included.',
27
+
},
25
28
{ title: 'Push & Pull Data', desc: 'WebSocket real-time push and REST API pull — unlimited.' },
26
29
],
27
30
},
28
31
realtime: {
29
32
eyebrow: 'REAL-TIME MARKET DATA',
30
33
title: 'Subscribe only to what you need.',
31
-
desc: 'OpenAPI quote permissions are independent from App / PC / Web. US LV1 is free on registration; subscribe to the rest as needed via Activate via <a href="https://longbridge.com/hk/download">Longbridge App</a> → Me → Quote Store.',
34
+
desc: 'OpenAPI quote permissions are independent from App / PC / Web and must be purchased separately. Activate via <a href="https://longbridge.com/hk/download">Longbridge App</a> → Me → Quote Store.',
32
35
},
33
36
billing: { label: 'Billing' },
34
37
cycle: {
@@ -47,9 +50,9 @@ const LOCALE = {
47
50
market: 'US Market',
48
51
name: 'US LV1 Real-time',
49
52
badge: '',
50
-
tagline: 'US LV1 real-time quotes with best bid/ask across pre-market, regular, after-hours, and overnight sessions.',
53
+
tagline: 'Nasdaq LV1 real-time quotes with best bid/ask, including pre / post-market.',
| `LONGBRIDGE_REGION` | Override API region; SDK auto-selects by network. Set to `cn` or `hk` if incorrect. |
427
-
| `LONGBRIDGE_ENABLE_OVERNIGHT` | Enable overnight quote, `true` or `false` (Default: `false`). Overnight quotes are free. US stocks only. |
427
+
| `LONGBRIDGE_ENABLE_OVERNIGHT` | Enable overnight quote, `true` or `false` (Default: `false`). Overnight quotes are included free in Nasdaq Basic. US stocks only. |
428
428
| `LONGBRIDGE_PUSH_CANDLESTICK_MODE` | `realtime` or `confirmed` (Default: `realtime`) |
429
429
| `LONGBRIDGE_PRINT_QUOTE_PACKAGES` | Print quote packages when connected, `true` or `false` (Default: `true`) |
430
430
| `LONGBRIDGE_LOG_PATH` | Set the path of the log files (Default: no logs) |
@@ -915,7 +915,7 @@ After running, the output is as follows:
915
915
To subscribe to market data, please check the [Developer Center](https://open.longbridge.com/account) - "Quote authority" is correct
916
916
917
917
- HK Market - BMP basic quotation is unable to subscribe with WebSocket as it has no real-time quote push.
918
-
- US Market - LV1 real-time quotes, free on registration (pre-market, regular, after-hours, and overnight sessions; OpenAPI only).
918
+
- US Market - Nasdaq Basic (Only OpenAPI).
919
919
920
920
Before running, visit the [Developer Center](https://open.longbridge.com/dashboard) and ensure that the account has the correct quote level.
Copy file name to clipboardExpand all lines: docs/en/docs/mcp.md
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,23 @@ next: false
12
12
Longbridge provides a hosted HTTP MCP (Model Context Protocol) service that lets you use Longbridge market data and account capabilities directly from AI coding assistants and chat tools — without managing API keys manually.
Actual tool availability depends on your region, account level, and granted OAuth scopes.
33
34
@@ -44,6 +45,27 @@ Actual tool availability depends on your region, account level, and granted OAut
44
45
45
46
> Configuration format may vary across client versions. Treat your client's official MCP documentation as the source of truth. The core parameter you need is the server URL below.
46
47
48
+
### ChatGPT
49
+
50
+
You need to enable [ChatGPT Developer Mode](https://developers.openai.com/api/docs/guides/developer-mode) before you can add Longbridge MCP.
51
+
52
+
In ChatGPT, go to [Settings → Apps](https://chatgpt.com/#settings/Connectors) → [Advanced settings → Developer mode](https://chatgpt.com/#settings/Connectors/Advanced) and turn on **Developer mode**.
Copy file name to clipboardExpand all lines: docs/en/docs/qa/quote.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The security code uses the `ticker.region` format, `ticker` represents the code
90
90
91
91
## Q6: How to enable Overnight quote
92
92
93
-
-**Overnight quotes are free.** No quote card purchase required.
93
+
-**Overnight quotes are included free in Nasdaq Basic.** No quote card purchase is required.
94
94
- Overnight quotes are currently **only available for US stocks**. Hong Kong stocks do not support overnight quotes.
95
95
- After obtaining the overnight quote permission, you still need to actively enable it by filling in the key `need_over_night_quote`, value `true` in the `metadata` field of the authentication interface.
0 commit comments