v1
latestOpenAPI 3.0.02026-07-223691143.2 KBDLN
This endpoint returns the data of order.
This endpoint returns the data of order.
get/v1.0/dln/order/{id}
Path parameters
idstring required
Response
The request has succeeded
Example response
{
"orderId": "0x997cde21a489d060dd83c897c7e69bc5aa3d56398cc1129fbe34f3bc439b6db9",
"status": "Fulfilled",
"externalCallState": "AwaitingOrderFulfillment",
"orderStruct": {
"makerSrc": "0xfa80cd9b3becc0b4403b0f421384724f2810775f",
"giveOffer": {
"tokenAddress": "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8"
},
"receiverDst": "0xfa80cd9b3becc0b4403b0f421384724f2810775f",
"takeOffer": {
"tokenAddress": "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8"
},
"givePatchAuthoritySrc": "0xfa80cd9b3becc0b4403b0f421384724f2810775f",
"orderAuthorityAddressDst": "0xfa80cd9b3becc0b4403b0f421384724f2810775f",
"allowedTakerDst": "0xfa80cd9b3becc0b4403b0f421384724f2810775f",
"allowedCancelBeneficiarySrc": "0xfa80cd9b3becc0b4403b0f421384724f2810775f"
}
}