---
title: "Get all orders for a specific ID."
method: GET
path: "/v1/get-order/{id}"
tags: ["v1"]
deprecated: true
---

# Get all orders for a specific ID.

`GET /v1/get-order/{id}`

> **Deprecated.**

## Path parameters

- `id` string, required

## Response `200`

Get order by either the order_id returned by create-order, the source Bitcoin transaction ID , or the source EVM transaction hash

- GatewayOrderInfo — Gateway order info
  - `depositAddress` string, nullable
  - `dstInfo` ChainTxInfo, required
    - `amount` string, required
    - `chain` string, required
    - `token` string, required
    - `txHash` string, nullable
  - `estimatedTimeInSecs` integer, nullable
  - `id` string, required
  - `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

## Other responses

- `400` — Invalid order ID
- `404` — Order not found

## Changes

- **2026-05-26** `ca0ef15d5879` — 1 info
  - endpoint deprecated
- **2026-05-06** `162bab886181` — 3 breaking, 1 warning, 4 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the required property `details/oneOf[#/components/schemas/GatewayErrorDetails]/oneOf[subschema #3 -> subschema #8]/min_required_sats` from the response with the `400` status
  - removed the required property `details/oneOf[#/components/schemas/GatewayErrorDetails]/oneOf[subschema #3 -> subschema #8]/sender` from the response with the `400` status
  - added the new `QUOTE_AMOUNT_TOO_LOW` enum value to the `code` response property for the response status `400`
  - …4 more
- **2026-03-24** `4c6b590d6e0f` — 1 info
  - added the media type `application/json` for the response with the status `404`
- **2026-03-20** `3d71e0aeceec` — 1 info
  - added the non-success response with the status `400`
- **2026-03-17** `2143e9c2be82` — 1 info
  - added the optional property `depositAddress` to the response with the `200` status

[Full history](https://skmtc.dev/bob-collective/apis/bob-gateway-api/changes/v1/get-order/:id/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-service-production.skmtc.workers.dev/v1/apis/bob-collective/bob-gateway-api/revisions/5a00610487e4/schema)
