Recover a Settlement Request
Recover a Settlement by ID
post
Used to accelerate on-chain confirmation of an Outbound Settlement transaction stuck pending in a mempool. This is only applicable to a settlement with an outbound transaction in status SUBMITTED. Only Exchange (Liquidity Provider) operators can recover a settlement and is only applicable to currencies supporting Replace by Fees (RBF) or Replace by Nonce (RBN).
Authorizations
X-Ledger-API-UserstringRequired
(required) Username of a registered API User
Path parameters
settlement_idintegerRequired
settlement's id
Body
fee_strategyone ofRequired
The new fee strategy to apply on the outbound transaction
or
or
max_feestringRequiredExample:
The new max fee to apply on the outbound transaction
234Responses
200
settlement object
application/json
400
Settlement cannot be recovered
application/json
404
Settlement not found
application/json
post
/settlements/{settlement_id}/recoverLast updated