https://www.bit.com/docs/en-us/spot.html#order
https://www.bit.com/docs/en-us/spot.html#guidelines-for-account-mode
https://www.bit.com/docs/en-us/spot.html#spot-api-hosts-production
java 17
- testnet host: https://betaapi.bitexch.dev
- api-key and secret-key can be obtained from bit.com website
mvnd package
java -cp target/bit-java-api-demo-jar-with-dependencies.jar com.bit.demo.rest_app.App <host> <api-key> <secret-key>
java -cp target/bit-java-api-demo-jar-with-dependencies.jar com.bit.demo.ws_public.WsPublicApp
java -cp target/bit-java-api-demo-jar-with-dependencies.jar com.bit.demo.ws_private.WsPrivateApp <host> <api-key> <secret-key>