delSettlementTransaction

Deletes a settlement transaction along with the cancellation of the matching ticket on Fireblocks

POST api/fireblocks/delSettlementTransaction

{
    "transactionId": 123456789
}

Request parameters

Field name
Type
Description

transactionId

Efx::OrderId

Settlement Transaction ID (transaction's order id)

Last updated