---
title: "GET Execution"
method: GET
path: "/v1/executions/{executionId}"
tags: ["Trading"]
---

# GET Execution

`GET /v1/executions/{executionId}`

Retrieve specific fill by execution ID.

## Path parameters

- `executionId` string, uuid, required

## Response `200`

Successful response

- Execution
  - `executionId` string, uuid
  - `orderId` string, uuid
  - `accountId` string, uuid
  - `executedAt` string, date-time
  - `pair` string
  - `side` string
  - `orderType` 'MARKET' | 'LIMIT' | 'PREVIOUSLY_QUOTED'
  - `deliverCurrency` string
  - `deliverQuantity` string
  - `receiveCurrency` string
  - `receiveQuantity` string
  - `price` string, number
  - `baseQuantity` string, number
  - `quoteQuantity` string, number
  - `clientFeeRate` string, integer, nullable
  - `clientFeeAmount` string, number, nullable — Fixed fiat fee amount in tenant native currency
  - `providerFeeRate` string, integer
  - `clientFeeQuantity` string, number
  - `providerFeeQuantity` string, number
  - `feeCurrency` string
  - `executionStatus` 'TRADE_EXECUTED' | 'TRADE_CONFIRMED' | 'TRADE_SETTLED'
  - `tradeDate` string, date
  - `valueDate` string, date
  - `confirmedAt` string, date-time, nullable
  - `clientReference` string, nullable
  - `tradeTaxRate` string, number — Tax rate charged on fees as a percentage
  - `clientTaxQuantity` string, number
  - `providerTaxQuantity` string, number
  - `fileUrl` string, uri, nullable

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Insufficient Privileges
- `4XX` — Client error
- `5XX` — Server error

---

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