---
title: "[Deprecated] Retrieve the list of positions for an Ethereum address. Positions are order that have been sent to the matching engine and that are waiting to be matched"
method: GET
path: "/orders/positions"
tags: ["orders"]
deprecated: true
---

# [Deprecated] Retrieve the list of positions for an Ethereum address. Positions are order that have been sent to the matching engine and that are waiting to be matched

`GET /orders/positions`

> **Deprecated.**

Return all orders in an array

## Query parameters

- `address` string, required
- `limit` 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` — 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)
