---
title: "Get all user orders."
method: GET
path: "/v1/get-orders/{user_address}"
tags: ["v1"]
---

# Get all user orders.

`GET /v1/get-orders/{user_address}`

## Path parameters

- `user_address` string, required

## Response `200`

Get all orders

- GatewayOrderInfo[]
  - `dstInfo` ChainTxInfo, required
    - `amount` string, required
    - `chain` string, required
    - `token` string, required
    - `txHash` string, nullable
  - `estimatedTimeInSecs` integer, nullable
  - `srcInfo` ChainTxInfo, required
    - `amount` string, required
    - `chain` string, required
    - `token` string, required
    - `txHash` string, nullable
  - `status` union, required
    - object
      - `inProgress` object, required
        - `bump_fee_tx` TxInfo
          - `chain` string, required
          - `data` string, required
          - `to` string, required
          - `value` string, required
        - `refund_tx` TxInfo
          - `chain` string, required
          - `data` string, required
          - `to` string, required
          - `value` string, required
    - object
      - `failed` object, required
        - `refund_tx` TxInfo
          - `chain` string, required
          - `data` string, required
          - `to` string, required
          - `value` string, required
    - 'success'
    - 'refunded'
  - `timestamp` integer, required

## Changes

- **2026-03-05** `a6065adb7d74` — 1 breaking, 1 info
  - removed the required property `items/instantSwap` from the response with the `200` status
  - removed `subschema #3` from the `items/status` response property `oneOf` list for the response status `200`
- **2026-03-05** `2e78148bdade` — 1 breaking, 1 info
  - added `subschema #3` to the `items/status` response property `oneOf` list for the response status `200`
  - added the required property `items/instantSwap` to the response with the `200` status
- **2026-02-20** `8b8f903ea7dd` — 1 breaking, 6 info
  - the `items/` response's property type changed from no type to `object` for status `200`
  - added the optional property `items/estimatedTimeInSecs` to the response with the `200` status
  - removed `subschema #1, subschema #2, subschema #3` from the `items/` response property `oneOf` list for the response status `200`
  - added the required property `items/dstInfo` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/bob-collective/apis/bob-gateway-api/changes/v1/get-orders/:user_address/get.md)

---

[API](https://skmtc.dev/bob-collective/apis/bob-gateway-api.md) · [All operations](https://skmtc.dev/bob-collective/apis/bob-gateway-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bob-collective/apis/bob-gateway-api/revisions/a6065adb7d74?raw)
