Welcome to CEX.IO Spot Trading Library for Kotlin Multiplatform 👋

CEX.IO Spot Trading Kotlin Multiplatform Library
Install
In your projects
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")
Locally for dev
./gradlew publishToMavenLocal
Usage
val privateInstance = PrivateApi(
"yourPrivateApiKey",
"yourApiSecret"
)
val publicInstance = PublicApi()
Both will expose the endpoints documented in the cex's documentation
Run tests
./gradlew check
Author
👤 codlab
- Twitter: @codlab
- Github: @crypt0p1a
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2025 crypt0p1a.
This project is MIT licensed.