---
title: "This endpoint returns the data of order."
method: GET
path: "/v1.0/dln/order/{id}"
tags: ["DLN"]
---

# This endpoint returns the data of order.

`GET /v1.0/dln/order/{id}`

This endpoint returns the data of order.

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded

- DlnOrderResponse
  - `orderId` string, required
  - `status` 'None' | 'Created' | 'Fulfilled' | 'SentUnlock' | 'OrderCancelled' | 'SentOrderCancel' | 'ClaimedUnlock' | 'ClaimedOrderCancel', required
  - `externalCallState` 'NoExtCall' | 'AwaitingOrderFulfillment' | 'AwaitingExecution' | 'Executing' | 'Completed' | 'Failed' | 'Cancelled'
  - `orderStruct` OrderStruct, required
    - `makerOrderNonce` integer, required
    - `makerSrc` string, required
    - `giveOffer` Offer, required
      - `chainId` '1' | '10' | '56' | '137' | '8453' | '42161' | '43114' | '59144' | '7565164' | '100000001' | '100000002' | '100000008' | '100000009' | '100000013' | '100000014' | '100000017' | '100000019' | '100000020' | '100000021' | '100000022' | '100000023' | '100000025' | '100000026' | '100000027' | '100000028' | '100000029' | '100000030' | '100000031', required
      - `tokenAddress` string, required
      - `amount` integer, required
    - `receiverDst` string, required
    - `takeOffer` Offer, required
      - `chainId` '1' | '10' | '56' | '137' | '8453' | '42161' | '43114' | '59144' | '7565164' | '100000001' | '100000002' | '100000008' | '100000009' | '100000013' | '100000014' | '100000017' | '100000019' | '100000020' | '100000021' | '100000022' | '100000023' | '100000025' | '100000026' | '100000027' | '100000028' | '100000029' | '100000030' | '100000031', required
      - `tokenAddress` string, required
      - `amount` integer, required
    - `givePatchAuthoritySrc` string, required
    - `orderAuthorityAddressDst` string, required
    - `allowedTakerDst` string, required
    - `allowedCancelBeneficiarySrc` string, required
    - `externalCall` string, required

## Other responses

- `400` — The request is malformed, has missing parameters, or has incorrect or contradicting parameter values. Possible error ids: - INVALID_QUERY_PARAMETERS - UNKNOWN_ORDER
- `500` — The server has encountered a situation it does not know how to handle. Possible error ids: - INTERNAL_SERVER_ERROR - INTERNAL_SDK_ERROR

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
