---
title: "List Deposit Transactions for Account"
method: GET
path: "/tax/accounts/{accountId}/transactions"
tags: ["Tax Reporting"]
---

# List Deposit Transactions for Account

`GET /tax/accounts/{accountId}/transactions`

List deposit transactions for a specific tax account.

## Path parameters

- `accountId` string, required

## Query parameters

- `startDate` string, date
- `endDate` string, date
- `limit` integer
- `afterId` string
- `hasCostBasis` boolean

## Response `200`

Successfully returned list of deposit transactions for the tax account

- TaxAccountTransactionsResponse
  - `data` TaxAccountTransaction[], required
    - `assetType` string, required — The asset type of this transaction.
    - `externalId` string — The unique identifier in an external system
    - `id` string, required — The unique identifier of the transaction
    - `receivedAssets` TaxTransactionLot[], required — Assets received with cost basis information. Supports multiple lots for the same asset with different acquisition dates/costs.
      - `acquisitionDatetime` string, date-time — ISO-8601 timestamp representing when this lot was originally acquired
      - `costBasis` string — The cost basis of this lot.
      - `quantity` string, required — The quantity of this lot.
    - `transactionTime` string, date-time, required — ISO-8601 timestamp when the transaction occurred
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/revisions/166864b1ec6d/schema)
