Registry / networking / xchange-core

xchange-core

JSON →
library5.2.4javamavenunverified

Core functionality for the XChange library, providing a framework for interacting with cryptocurrency exchange APIs.

<dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-core</artifactId> <version>5.2.4</version> </dependency>
INSTALL
IMPORT
SIG · XCHANGE-CORE
X
xchange-core
networkingjavav5.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Exchange
✓ org.knowm.xchange.Exchange

Create an exchange instance and fetch available trading symbols.

import org.knowm.xchange.Exchange; import org.knowm.xchange.ExchangeFactory; import org.knowm.xchange.coinbase.CoinbaseExchange; Exchange exchange = ExchangeFactory.INSTANCE.createExchange(CoinbaseExchange.class); System.out.println(exchange.getExchangeSymbols());
Debug
Known issues
gotchaXChange has many exchange-specific modules; ensure you include the correct one for your target exchange.
fix
Add the appropriate exchange module dependency (e.g., xchange-coinbase) in addition to xchange-core.
affects: all
Upgrade
Version history
5.2.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
xchange-core — mvn dependency:get xchange-core · libregistry