
Lightweight spot trading client exposing public and authenticated REST endpoints, ready-to-use API wrappers for trading/order management, simple installation and local development workflow.
CEX.IO Spot Trading Kotlin Multiplatform Library
libs.versions.toml
[versions]
cex = "0.0.1"
[libraries]
cex = { module = "eu.codlab:kotlin-cex-spot-trading", version.ref = "cex" }
Old gradle
implementation("eu.codlab:kotlin-cex-spot-trading:0.0.1")
./gradlew publishToMavenLocalval privateInstance = PrivateApi(
"yourPrivateApiKey",
"yourApiSecret"
)
val publicInstance = PublicApi()Both will expose the endpoints documented in the cex's documentation
./gradlew checkπ€ codlab
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a βοΈ if this project helped you!
Copyright Β© 2025 crypt0p1a.
This project is MIT licensed.
CEX.IO Spot Trading Kotlin Multiplatform Library
libs.versions.toml
[versions]
cex = "0.0.1"
[libraries]
cex = { module = "eu.codlab:kotlin-cex-spot-trading", version.ref = "cex" }
Old gradle
implementation("eu.codlab:kotlin-cex-spot-trading:0.0.1")
./gradlew publishToMavenLocalval privateInstance = PrivateApi(
"yourPrivateApiKey",
"yourApiSecret"
)
val publicInstance = PublicApi()Both will expose the endpoints documented in the cex's documentation
./gradlew checkπ€ codlab
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a βοΈ if this project helped you!
Copyright Β© 2025 crypt0p1a.
This project is MIT licensed.