OKX v5 SDK for JAVA.
I am going to implement all APIs on the official api document.
-
- Trading Account
- Order Book Trading
- Trade
- Grid Trading
- POST / Place grid algo order
- POST / Amend grid algo order
- POST / Stop grid algo order
- POST / Close position for contract grid
- POST / Cancel close position order for contract grid
- POST / Instant trigger grid algo order
- GET / Grid algo order list
- GET / Grid algo order history
- GET / Grid algo order details
- GET / Grid algo sub orders
- GET / Grid algo order positions
- POST / Spot grid withdraw income
- POST / Compute margin balance
- POST / Adjust margin balance
- POST / Add investment
- GET / Grid AI parameter (public)
- POST / Compute min investment (public)
- GET / RSI back testing (public)
-
- Trading Account
- Order Book Trading
- Public Data
- Instruments channel
- Open interest channel
- Funding rate channel
- Price limit channel
- Option summary channel
- Estimated delivery/exercise price channel
- Mark price channel
- Index tickers channel
- Mark price candlesticks channel
- Index candlesticks channel
- Liquidation orders channel
- ADL warning channel
- Economic calendar channel
- Funding Account
<dependency>
<groupId>xyz.felh</groupId>
<artifactId>okx-v5-java</artifactId>
<version>0.5.2024072701</version>
</dependency>
implementation group: 'xyz.felh', name: 'okx-v5-java', version: '0.5.2024072701'
libraryDependencies += "xyz.felh" % "okx-v5-java" % "0.5.2024072701"
Published under the MIT License (https://github.com/forestwanglin/okx-v5-java/blob/main/LICENSE)