---
title: "Returns ids of orders, that were created in a transaction"
method: GET
path: "/api/Transaction/{orderCreationTransactionHash}/orderIds"
tags: ["Transaction"]
---

# Returns ids of orders, that were created in a transaction

`GET /api/Transaction/{orderCreationTransactionHash}/orderIds`

## Path parameters

- `orderCreationTransactionHash` string, required

## Response `200`

OK

- OrderIdsDTO
  - `orderIds` union[], nullable
    - union
      - 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

## 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)
