---
title: "Retrieve the order information corresponding to an order hash"
method: GET
path: "/orders/{hash}"
tags: ["orders"]
---

# Retrieve the order information corresponding to an order hash

`GET /orders/{hash}`

Return order object

## Path parameters

- `hash` string, required

## Response `200`

successful operation

- Order
  - `id` string
  - `userAddress` string
  - `exchangeAddress` string
  - `baseToken` string
  - `quoteToken` string
  - `status` string
  - `side` string
  - `type` string
  - `hash` string
  - `signature` Signature
    - `V` string
    - `R` string
    - `S` string
  - `pricepoint` string
  - `amount` string
  - `filledAmount` string
  - `nonce` string
  - `makeFee` string
  - `takeFee` string
  - `pairName` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `orderID` string

## Other responses

- `400` — Invalid order hash
- `500` — Internal Server Error

---

[API](https://skmtc.net/buildonviction/apis/tomodex-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/tomodex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/tomodex-apis/revisions/18b6ffedd480/schema)
