v1

latestOpenAPI 3.0.02026-07-174823135.4 KB
Blockchain

Rescan utxos

Verifies that the UTXOs are unspent and save matches to wallets tracked by this server

post/v1/cryptos/{cryptoCode}/rescan-utxos

Path parameters

cryptoCodestring required

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

Request body

UTXOsstring[]

The outpoints to rescan

Example request

{
  "UTXOs": [
    "f3e34c3ae29c79ddf807de0ab3b40da7862adb1b175b7421d89ec78446a52b13-1",
    "fd97fb1de63fcdb9fa1614a74775e84818b2dbd79fe36aef9e0c18f9fad03742-2"
  ]
}

Response

Rescan initiated successfully.