Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,26 @@ Easy-to-use and user-friendly free open-source stock API, Hong Kong stock API, U

- Get real-time Hong Kong stock quotes API

- Get real-time 10-level order book API for Hong Kong stocks

- Get K-line data API for Hong Kong stocks

- Get real-time US stock quotes API

- Get real-time Level 1 order book API for US stocks

- Get K-line data API for US stocks

- Get real-time A-share stock quotes API

- Get real-time 5-level order book API for A-share stocks

- Get K-line data API for A-share stocks

- Get real-time cryptocurrency quotes API

- Get real-time multi-level order book API for cryptocurrencies

- Get K-line data API for cryptocurrencies

- Get real-time forex quotes API

- Get real-time 5-level order book API for forex

- Get K-line data API for forex

- Get real-time precious metals quotes API

- Get real-time 5-level order book API for precious metals

- Get K-line data API for precious metals


Expand All @@ -78,7 +66,6 @@ Easy-to-use and user-friendly free open-source stock API, Hong Kong stock API, U
- [Interface Restrictions](./http_interface/interface_limitation.md)
- [Common Standard Headers](./http_interface/common_standard_header.md)
- [Get Latest Transaction Quote Query](./http_interface/latest_transaction_price_query.md)
- [Get Latest Order Book Quote Query](./http_interface/latest_order_book_price_query.md)
- [K-Line Query](./http_interface/kline_query.md)
- [Batch Code Latest K-Line Query](./http_interface/batch_kline_query.md)

Expand All @@ -88,7 +75,6 @@ Easy-to-use and user-friendly free open-source stock API, Hong Kong stock API, U
- [Common Standard Headers](./websocket_interface/common_standard_header.md)
- [Heartbeat](./websocket_interface/heartbeat.md)
- [Realtime Transaction Quote Subscription](./websocket_interface/realtime_transaction_quote_subscription.md)
- [Realtime Order Book Quote Subscription](./websocket_interface/realtime_order_book_quote_subscription.md)
- [Cancel Realtime Quote Subscription](./websocket_interface/cancel_realtime_quote_subscription.md)

## Free Token Acquisition
Expand Down