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

# This endpoint returns the status of order.

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

This endpoint returns the status of order.

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded

- DlnOrderStatusResponse
  - `orderId` string, required
  - `status` 'None' | 'Created' | 'Fulfilled' | 'SentUnlock' | 'OrderCancelled' | 'SentOrderCancel' | 'ClaimedUnlock' | 'ClaimedOrderCancel', 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)
