v1

latestOpenAPI 3.0.02026-07-174823135.4 KB
Derivations

Get balance of tracked derivation scheme

get/v1/cryptos/{cryptoCode}/derivations/{derivationScheme}/balance

Path parameters

cryptoCodestring required

The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).

derivationSchemestring required

The derivation scheme (See documentation)

Response

Balance information

unconfirmedinteger

Represents how the confirmed balance would be updated once all unconfirmed transactions are confirmed.

confirmedinteger

The balance of all funds in confirmed transactions.

availableinteger

The total spendable balance, calculated as total minus immature funds.

immatureinteger

The total unspendable funds (e.g., coinbase rewards that need 100 confirmations before being spendable).

totalinteger

The total funds owned, calculated as confirmed plus unconfirmed balances.