forestwanglin / okx-v5-java

OKX V5 SDK for JAVA
MIT License
15 stars 5 forks source link

okx-v5-java

GitHub version License

OKX v5 SDK for JAVA.

I am going to implement all APIs on the official api document.

SDK API STATUS

How to use

Maven


<dependency>
    <groupId>xyz.felh</groupId>
    <artifactId>okx-v5-java</artifactId>
    <version>0.5.2024072701</version>
</dependency>

Gradle

implementation group: 'xyz.felh', name: 'okx-v5-java', version: '0.5.2024072701'

sbt

libraryDependencies += "xyz.felh" % "okx-v5-java" % "0.5.2024072701"

Important

License

Published under the MIT License (https://github.com/forestwanglin/okx-v5-java/blob/main/LICENSE)