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
Example request
{
"UTXOs": [
"f3e34c3ae29c79ddf807de0ab3b40da7862adb1b175b7421d89ec78446a52b13-1",
"fd97fb1de63fcdb9fa1614a74775e84818b2dbd79fe36aef9e0c18f9fad03742-2"
]
}Response
Rescan initiated successfully.
Changes
Changed in 2 of the 40 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲