---
title: "List deposit attributions"
method: GET
path: "/deposit-attributions/attributions"
tags: ["Deposit Attribution"]
---

# List deposit attributions

`GET /deposit-attributions/attributions`

Permissions required: **Read Deposit Attribution** or **Deposit Attribution**.


Returns all Deposit Attributions for an Organization based on the provided query parameters.


Default sorting will be ascending order by createdAt.

## Query parameters

- `afterId` string
- `limit` integer
- `status` 'ATTRIBUTED' | 'PENDING' | 'UNDER_REVIEW' | 'BLOCKED' | 'NON_ATTRIBUTABLE' | 'INITIATED'
- `startDateTime` string, date-time
- `endDateTime` string, date-time
- `attributedAtStartDateTime` string, date-time
- `attributedAtEndDateTime` string, date-time
- `subaccountIds` string[]

## Response `200`

Success

- DepositAttributionResponse
  - `data` DepositAttribution[], required
    - `assetType` string, required — A string representing a type of crypto-asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization.
    - `attributedAt` string — The system timestamp of when the deposit was attributed. Date-times are always in UTC [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) with microsecond precision (e.g `2021-01-01T00:00:00.000000Z`). Can be null if the deposit is not attributed.
    - `attributionType` 'MANUAL_STAFF' | 'MANUAL_CLIENT' | 'CLIENT_API' | 'AUTOMATIC' | 'SPAM' | 'TRUSTED_SOURCES' — The available attribution types. Can be null if the deposit is not attributed.
    - `blockchainTxId` string, required — Blockchain transaction id of the deposit associated to the attribution.
    - `createdAt` string, required — The system timestamp of when the deposit attribution process started. Date-times are always in UTC [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) with microsecond precision (e.g `2021-01-01T00:00:00.000000Z`).
    - `depositTransactionId` string, required — The transactionId where the transactionType is `DEPOSIT`.
    - `notes` string — Additional notes for the deposit attribution. Can be null if the deposit is not attributed.
    - `originatorCountry` string — The country of the originator of the deposit. Can be null if the deposit is not attributed.
    - `originatorName` string — The name of the originator of the deposit. Can be null if the deposit is not attributed.
    - `sourceAddresses` string[], required — The source addresses of the deposit transaction.
    - `sourceWalletType` 'CUSTODIAL' | 'SELF_HOSTED' — The type of wallet for the originator of the deposit. Can be null if the deposit is not attributed.
    - `status` 'ATTRIBUTED' | 'PENDING' | 'UNDER_REVIEW' | 'BLOCKED' | 'NON_ATTRIBUTABLE' | 'INITIATED', required — The status of the Deposit Attribution process
    - `subaccountId` string — The Subaccount Identifier for the subaccount associated with the deposit. Can be null if there are no subaccounts being used for this use case. Subaccounts are currently in development / early access.
  - `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` — BadRequest
- `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/versions/166864b1ec6d/schema)
