bitsoexbitsoexOfficialยท45 Agent Skills Included

bitso-java

Java client for Bitso crypto trading and account management

Connects Java applications to the Bitso cryptocurrency exchange REST API. Handles balances, tickers, order books, fees, ledgers, withdrawals, and order placement without writing raw HTTP requests. Uses BigDecimal precision and HMAC authentication to keep financial calculations accurate and credentials secure.
npx skills add bitsoex/bitso-java --all -g -y

All Skills in This Repository (45)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
bitsoexbitsoex

distributed-locking-rfc-44

Implement RFC-44 distributed locking for Java services with PostgreSQL advisory locks or Redis.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

upgrade-java-25

Upgrade Java projects from Java 21 to Java 25 with Gradle and Groovy updates.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

java-coverage

Configure JaCoCo for Java/Gradle projects to generate and verify coverage reports.

Official
Intermediate
๐Ÿ“ฆ In Repo
bitsoexbitsoex

git-hooks

Manage and enforce version-controlled Git hooks across repositories.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

nullability-control

Enforce compile-time null safety in Java with NullAway and JSpecify.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

signadot-local-dev

Establish bidirectional network connectivity between a local machine and a stage Kubernetes cluster using Bitso CLI and Signadot Local.

Official
Intermediate
๐Ÿ“ฆ In Repo
bitsoexbitsoex

coding-standards

Validate file, Java class, Python module, and shell script naming conventions.

Official
Intermediate
๐Ÿ“ฆ In Repo
bitsoexbitsoex

doc-coauthoring

Guide structured co-authoring of technical documents through three workflow stages.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

grpc-migration-error-handling

Migrate Java projects from custom RPC Failure entities to gRPC Status error handling.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

quality-checks

Orchestrate testing, documentation, coding standards, and security checks at development lifecycle points.

Official
Advanced
๐Ÿ“ฆ In Repo
bitsoexbitsoex

fix-sonarqube

Integrates Java projects with SonarQube via MCP Server for automated code quality analysis and issue resolution.

Official
Intermediate
๐Ÿ“ฆ In Repo
bitsoexbitsoex

api-guidelines-rfc-39

Implement RFC-39 compliant REST API patterns in Java Spring Boot services.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install bitso-java?โ–ผ

Run `npx skills add bitsoex/bitso-java --all -g -y` in your terminal to install all skills in this suite globally.

How to trade crypto on Bitso from Java?โ–ผ

Create a Bitso client with your API key and secret, then call methods like placeOrder, cancelOrder, and getAccountBalance to trade and manage funds.

How to withdraw Bitcoin or Ethereum with bitso-java?โ–ผ

Use the bitcoinWithdrawal or etherWithdrawal methods with an amount and destination address, optionally saving the address under an alias.

Does bitso-java work with Maven and Gradle?โ–ผ

Yes. Add the JitPack repository and the com.github.bitsoex:bitso-java dependency to your Maven pom.xml or Gradle build file.

Can I test bitso-java without real API keys?โ–ผ

Yes. The library includes mocked tests using Mockito, so you can run the test suite without connecting to the live Bitso server.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’