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

Documentation Index

Fetch the complete documentation index at: https://docs.debridge.com/llms.txt

Use this file to discover all available pages before exploring further.

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