For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cancel a Settlement Request

post

Cancel a settlement by id. Only Settlement with an outbound transaction in status FAILED_TO_BROADCAST or SIGNED can be canceled. Only Exchange (Liquidity Provider) user can cancel a settlement.

Authorizations
X-Ledger-API-UserstringRequired

(required) Username of a registered API User

Path parameters
settlement_idintegerRequired

settlement's id

Responses
200

settlement object

application/json
from_pledge_idstring · uuidRequired
idstring · uuidRequired
statestringRequired
post/settlements/{settlement_id}/cancel

Last updated