Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored Nov 16, 2023
1 parent 339f632 commit 8e71b74
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Longbridge OpenAPI SDK
# LongPort OpenAPI SDK

[![](https://img.shields.io/crates/v/longbridge.svg)](https://crates.io/crates/longbridge) [![Go project version](https://badge.fury.io/go/github.com%2Flongbridgeapp%2Fopenapi-go.svg)](https://badge.fury.io/go/github.com%2Flongbridgeapp%2Fopenapi-go) [![PyPI version](https://badge.fury.io/py/longbridge.svg)](https://badge.fury.io/py/longbridge) [![npm version](https://badge.fury.io/js/longbridge.svg)](https://badge.fury.io/js/longbridge) [![Maven Central](https://img.shields.io/maven-central/v/io.github.longbridgeapp/openapi-sdk)](https://search.maven.org/artifact/io.github.longbridgeapp/openapi-sdk)


Longbridge OpenAPI provides programmatic quote trading interfaces for investors with research and development capabilities and assists them to build trading or quote strategy analysis tools based on their own investment strategies. The functions fall into the following categories:
LongPort OpenAPI provides programmatic quote trading interfaces for investors with research and development capabilities and assists them to build trading or quote strategy analysis tools based on their own investment strategies. The functions fall into the following categories:

- Trading - Create, amend, cancel orders, query today’s/past orders and transaction details, etc.
- Quotes - Real-time quotes, acquisition of historical quotes, etc.
Expand All @@ -14,32 +14,22 @@ Longbridge OpenAPI provides programmatic quote trading interfaces for investors

| Name | Document | Description |
|-----------------------------|-------------------------------------------------------------------------------|---------------------------------------------|
| [Rust](rust/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/rust/longbridge/index.html) | Longbridge OpenAPI for Rust `(>= 1.56.1)` |
| [Python](python/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/python/index.html) | Longbridge OpenAPI for Python 3 `(>= 3.7)` |
| [Node.js](nodejs/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/nodejs/index.html) | Longbridge OpenAPI for Node.js `(>= 10)` |
| [Java](java/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/java/index.html) | Longbridge OpenAPI for Java `(>= 1.8)` |
| [C](c/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/c/index.html) | Longbridge OpenAPI for C `(>= C99)` |
| [C++](cpp/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/cpp/index.html) | Longbridge OpenAPI for C++`(>= C++17)` |
| [Rust](rust/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/rust/longbridge/index.html) | LongPort OpenAPI for Rust `(>= 1.56.1)` |
| [Python](python/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/python/index.html) | LongPort OpenAPI for Python 3 `(>= 3.7)` |
| [Node.js](nodejs/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/nodejs/index.html) | LongPort OpenAPI for Node.js `(>= 10)` |
| [Java](java/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/java/index.html) | LongPort OpenAPI for Java `(>= 1.8)` |
| [C](c/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/c/index.html) | LongPort OpenAPI for C `(>= C99)` |
| [C++](cpp/README.md) | [Doc](https://longbridgeapp.github.io/openapi-sdk/cpp/index.html) | LongPort OpenAPI for C++`(>= C++17)` |
| Go | | https://github.com/longbridgeapp/openapi-go |

## How to enable Longbridge OpenAPI

1. Log in to the [Longbridge App](https://longbridgeapp.com) or the official website [longbridgehk.com](https://longbridgehk.com) to complete the account opening process of Longbridge Integrated A/C (the interface services of the Longbridge Standard A/C are not currently available)

2. Log in to the [longbridgeapp.com](https://longbridgeapp.com) and enter the developer platform, complete the developer verification (OpenAPI permission application), and obtain a token.

## SDK Documenation

https://longbridgeapp.github.io/openapi-sdk

## Pricing

Longbridge does not charge any additional fees for activating or using interface services. You only need to open a Longbridge Integrated A/C and get OpenAPI service permissions to use it for free. Please refer to [Pricing](https://longbridge.hk/rate) or consult online customer service for the actual commissions or advanced quotes fees incurred by transactions.

## Resources

- [Longbridge OpenAPI](https://open.longbridgeapp.com/en/)
- [Longbridge OpenAPI Docs](https://open.longbridgeapp.com/en/docs)
- [LongPort OpenAPI](https://open.longportapp.com/en/)
- [LongPort OpenAPI Docs](https://open.longportapp.com/en/docs)

## License

Expand Down

0 comments on commit 8e71b74

Please sign in to comment.