---
title: "Retrieve the sorted list of orders for an Ethereum address"
method: GET
path: "/orders"
tags: ["orders"]
---

# Retrieve the sorted list of orders for an Ethereum address

`GET /orders`

Return all orders in an array

## Query parameters

- `address` string
- `pageOffset` string
- `pageSize` string
- `sortBy` string
- `sortType` string
- `orderStatus` string
- `orderSide` string
- `orderType` string
- `baseToken` string
- `quoteToken` string
- `hash` string
- `from` string
- `to` string

## Response `200`

successful operation

- object
  - `total` integer
  - `orders` 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` — address Parameter missing
- `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)
