GET
/
v1.0
/
dln
/
order
/
{id}
/
cancel-tx
Generates a transaction that cancels the given order
curl --request GET \
  --url https://dln.debridge.finance/v1.0/dln/order/{id}/cancel-tx
{
  "to": "<string>",
  "data": "<string>",
  "value": "<string>",
  "chainId": 123,
  "from": "<string>",
  "cancelBeneficiary": "<string>"
}

Path Parameters

id
string
required

Response

The request has succeeded

to
string
required
data
string
required
value
string
required
chainId
number
required
from
string
required
cancelBeneficiary
string
required