---
title: "Retrieve a list of Monerium IBAN orders"
method: GET
path: "/api/v1/ibans/orders"
tags: ["IBAN"]
deprecated: true
---

# Retrieve a list of Monerium IBAN orders

`GET /api/v1/ibans/orders`

> **Deprecated.**

Returns a list of IBAN orders associated with the authenticated user.

## Response `200`

A list of Monerium IBAN orders

- object
  - `data` IbanOrder[]
    - `id` string, required — Unique identifier for the order.
    - `kind` 'redeem' | 'issue', required — Type of order.
    - `currency` 'eur' | 'usd' | 'gbp' | 'isk', required — Currency of the order.
    - `amount` string, required — Amount of the transaction in string format.
    - `address` string, required — Ethereum address associated with the order.
    - `counterpart` object, required — Counterparty details.
      - `details` object, required
        - `name` string
      - `identifier` union, required
        - object
          - `standard` 'iban', required
          - `iban` string, required
        - object
          - `standard` 'chain', required
          - `address` string, required
          - `chain` string, required
    - `memo` string, nullable — Optional memo for the order.
    - `state` 'placed' | 'pending' | 'processed' | 'rejected', required — State of the order.
    - `meta` object, required
      - `placedAt` string, date-time, required — Timestamp when the order was placed.

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
