---
title: "Returns lite order models list by order tx hash"
method: GET
path: "/api/Transaction/{transactionHash}/liteModels"
tags: ["Transaction"]
---

# Returns lite order models list by order tx hash

`GET /api/Transaction/{transactionHash}/liteModels`

## Path parameters

- `transactionHash` string, required

## Response `200`

OK

- OrderLiteDTO[]
  - `orderId` union — Unique identifier of the order
    - StringPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
    - TransactionHashPropertyDto
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
  - `creationTimestamp` integer — Timestamp of this event's CreatedOrderSrcEvent's block\slot
  - `state` 'None' | 'Created' | 'Fulfilled' | 'SentUnlock' | 'OrderCancelled' | 'SentOrderCancel' | 'ClaimedUnlock' | 'ClaimedOrderCancel'
  - `externalCallState` 'NoExtCall' | 'AwaitingOrderFulfillment' | 'AwaitingExecution' | 'Executing' | 'Completed' | 'Failed' | 'Cancelled' | 'OrderCancelled'
  - `makerOrderNonce` integer — Consecutive unique number of the order for given user in given chain
  - `makerSrc` AddressPropertyDTO
    - `Base64Value` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `stringValue` string, nullable — String representation of the property value
  - `giveOffer` OfferDTO — Info about an offer
    - `chainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `tokenAddress` AddressPropertyDTO
      - `Base64Value` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
    - `amount` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
  - `receiverDst` AddressPropertyDTO
    - `Base64Value` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `stringValue` string, nullable — String representation of the property value
  - `takeOffer` OfferDTO — Info about an offer
    - `chainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `tokenAddress` AddressPropertyDTO
      - `Base64Value` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
    - `amount` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
  - `givePatchAuthoritySrc` AddressPropertyDTO
    - `Base64Value` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `stringValue` string, nullable — String representation of the property value
  - `orderAuthorityAddressDst` AddressPropertyDTO
    - `Base64Value` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `stringValue` string, nullable — String representation of the property value
  - `allowedTakerDst` AddressPropertyDTO
    - `Base64Value` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `stringValue` string, nullable — String representation of the property value
  - `allowedCancelBeneficiarySrc` AddressPropertyDTO
    - `Base64Value` string, byte, nullable — Binary representation of the property value
    - `bytesArrayValue` string, nullable — Bytes array representation of the value
    - `stringValue` string, nullable — String representation of the property value
  - `externalCallData` union — External call data
    - StringPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
    - TransactionHashPropertyDto
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
  - `extcallExecutionProgress` ExtcallExecutionProgressDTO — Describes progress of ExternalCall execution
    - `executedInstructionsCount` integer — Indicates how many ExternalCall instructions were executed at the time the event occurred
    - `totalInstructionsCount` integer — Total number of instructions in the ExternalCall
    - `status` 'Executed' | 'FailedToExecute' | 'Canceled'
  - `rawOrderMetadataHex` string, nullable — Order metadata in hex format

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server 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)
