---
title: "Duplicate an order"
method: POST
path: "/orders/{order_uuid}/duplicate"
tags: ["Orders"]
---

# Duplicate an order

`POST /orders/{order_uuid}/duplicate`

This endpoint places a new order with the same amount, same input
object, same ouput object and same payment details as an already
executed one.

It is only possible to duplicate orders of which the full order details
are accessible.

## Path parameters

- `order_uuid` string, required

## Response `201`

The order has been successfully created.

The `Location` header contains the URI (which can be relative) at
which the order status and details can be retrieved. That is, the
`Location` header is meant to be interpreted as per RFC 7231
section 7.1.2.

## Other responses

- `400` — This operation can return the same errors as the `place_order` operation (POST /orders).
- `429` — Rate-limited (request ignored)

---

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