---
title: "List position transactions"
method: GET
path: "/positions/{id}/transactions"
tags: ["activity"]
---

# List position transactions

`GET /positions/{id}/transactions`

Retrieve the position's transaction activity.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer, nullable
- `transaction_types` TransactionType[], nullable

## Response `200`

OK

- Transaction[]
  - `accrued_interest` string, nullable — The accrued interest included in a fixed-income transaction.
  - `booked_at` string, date-time, required — The time the transaction was booked.
  - `cash_amount` string, nullable, required — The transaction cash amount.
  - `currency` string, nullable, required — The currency of the transaction amounts.
  - `id` string, required — The ID of the transaction.
  - `instrument` string, nullable, required — The ID of the instrument.
  - `reference` string, nullable, required — ID of the related source resource (order, trade, etc.).
  - `reference_type` 'deposit' | 'withdrawal' | 'order' | 'fee_charge' | 'refund' | 'corporate_action' | 'position_migration_in' | 'book_transfer' | 'portfolio_transfer', required
  - `settlement_date` string, date, nullable, required — The settlement date.
  - `summary` string, required — A summary of the transaction.
  - `tax` string, required — The total tax amount.
  - `taxes` TransactionTax[], required — The taxes applied to the transaction.
    - `amount` string, required — The tax amount.
    - `currency` string, required — The currency of the tax amount.
    - `rate` string, required — The tax rate as a percentage.
  - `transaction_type` 'deposit' | 'withdrawal' | 'buy' | 'sell' | 'fee' | 'refund' | 'maturity' | 'coupon_payment' | 'merger' | 'fx' | 'position_migration_in' | 'book_transfer' | 'portfolio_transfer', required
  - `unit_price` string, nullable, required — The transaction price per unit.
  - `unit_quantity` string, nullable, required — The number of units transacted.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.net/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/5b4c43e2941b/schema)
