v1

latestOpenAPI 3.0.02026-07-174823135.4 KB
Derivations

Scan UTXO Set

Scan the UTXO Set for outputs belonging to the derivation scheme. The scan is split into batches to conserve RAM, scanning the whole UTXO set sequentially. Three branches are scanned: 0/x, 1/x and x. If a UTXO in one branch is found at a specific x, all addresses inferior to index x will be considered used.

post/v1/cryptos/{cryptoCode}/derivations/{derivationScheme}/utxos/scan

Path parameters

cryptoCodestring required

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

derivationSchemestring required

The derivation scheme (See documentation)

Query parameters

batchSizeinteger

The number of addresses scanned at once per derivation scheme branch

gapLimitinteger

If no UTXO are detected in this interval, the scan stops

frominteger

The first address index to check

Response

Scan request queued