---
title: "Retrieve an exchange order by cexOrderId"
method: GET
path: "/exchange/api/business/orders/{cexOrderId}"
tags: ["exchange-external-api"]
---

# Retrieve an exchange order by cexOrderId

`GET /exchange/api/business/orders/{cexOrderId}`

## Path parameters

- `cexOrderId` integer, required

## Response `200`

Success

- ExchangeOrderDTO
  - `id` string, uuid
  - `cexOrderId` integer
  - `apiKey` string
  - `lastWebhookSentAt` string, date-time — Timestamp field.
  - `orderId` string, uuid
  - `reference` string
  - `customerId` string, uuid
  - `customerName` string
  - `offer` OrderOfferDTO
    - `offerId` string, uuid
    - `partnerId` string, uuid, required
    - `transactionType` 'ONRAMP' | 'OFFRAMP', required
    - `rate` number, required
    - `networkId` string, required
    - `fiatSymbol` string
    - `fiatAmount` number
    - `token` string, required
    - `tokenAmount` number, required
    - `partnerDisplayName` string
  - `escrowAddress` string — Escrow address
  - `paymentChannelId` string
  - `paymentMethod` object
  - `buyerPaymentMethod` object
  - `customerWallet` WalletDTO
    - `walletAddress` string
    - `networkId` string
    - `walletName` string
  - `tokenAddress` string
  - `status` 'INITIATED' | 'DEPOSITED' | 'CONFIRMED' | 'COMPLETED' | 'PENDING' | 'CANCELLED' | 'IN_DISPUTE' | 'AWAITING_ACCEPTANCE'
  - `createdAt` string, date-time — Timestamp field.
  - `initiatedAt` string, date-time — Timestamp field.
  - `depositedAt` string, date-time — Timestamp field.
  - `confirmedAt` string, date-time — Timestamp field.
  - `completedAt` string, date-time — Timestamp field.
  - `cancelledAt` string, date-time — Timestamp field.
  - `lockHash` string
  - `confirmationHash` string
  - `cancellationHash` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/76329919f8a7/schema)
