SDK
Supports multiple programming languages and provides SDK
https://github.com/longportapp/openapi-sdk/tree/master/python
You can install the SDK via Pip, or directly visit the PyPI page to download.
$ pip install longport
NOTE: In macOS system, the
pip
command default is Python 2. You may usepip3
for use Python 3 version of PyPI.
https://github.com/longportapp/openapi-sdk/tree/master/rust
Add the following line to your Cargo.toml
file
[dependencies]
longport = "1.0.0"
https://crates.io/crates/longport
https://github.com/longportapp/openapi-go
Go version >= 1.17
$ go get github.com/longportapp/openapi-go
https://github.com/longportapp/openapi-sdk/tree/master/nodejs
You can install the SDK via Npm.
$ npm install longport --save
https://www.npmjs.com/package/longport
https://github.com/longportapp/openapi-sdk/tree/master/java
Add the following line to your pom.xml
file
<dependency>
<groupId>io.github.longportapp</groupId>
<artifactId>openapi-sdk</artifactId>
<version>LATEST</version>
</dependency>
https://search.maven.org/artifact/io.github.longportapp/openapi-sdk
https://github.com/longportapp/openapi-sdk/tree/master/cpp