---
title: "Execute order"
method: POST
path: "/orders/{order_uuid}/execute"
tags: ["Orders"]
---

# Execute order

`POST /orders/{order_uuid}/execute`

This operation is only valid when the order input type is
`bity_account`.

Calling this endpoint indicates that the system can now proceed with
the execution of the order. Compared to other input types, calling
this endpoint is equivalent to paying the order.

## Path parameters

- `order_uuid` string, required

## Response `202`

The order has been paid, execution is ongoing

## Other responses

- `400` — Bad request

---

[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)
