v1
latestOpenAPI 3.0.02026-07-174823135.4 KBDerivations
Manual pruning
Manually prune transactions from a derivation scheme. This can be used to remove old transactions whose UTXOs have been spent.
post/v1/cryptos/{cryptoCode}/derivations/{derivationScheme}/prune
Path parameters
cryptoCodestring required
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
derivationSchemestring required
The derivation scheme (See documentation)
Request body
Example request
{
"daysToKeep": 1
}Response
Successfully pruned transactions