Reconcile fee address unspents (ParaUTXO coins)

post/api/v2/{coin}/admin/feeAddress/{feeAddress}/unspents/reconcile

Finds failed transaction requests from the last 7 days for a given fee address and triggers reconciliation through the IMS (Indexer Microservice).

Path Parameters

  • coinstringRequired
    The coin identifier (e.g., 'tbtc', 'txtz')
    Example: btc
  • feeAddressstringRequired
    The fee address to reconcile unspents for

200 Response

success boolean required
Whether the reconciliation was successful
txRequestIds array[string] required
Array of transaction request IDs that were reconciled
count number required
Total count of reconciled transaction requests

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id