---
title: "Get transfers by party"
method: GET
path: "/v1/transfers/{partyId}"
tags: ["Transfers"]
---

# Get transfers by party

`GET /v1/transfers/{partyId}`

Retrieve paginated list of transfers for a specific party

## Path parameters

- `partyId` string, required

## Query parameters

- `role` 'ANY' | 'SENDER' | 'RECEIVER' | 'PROVIDER'
- `sortBy` 'AGE', required
- `size` integer, required
- `orderBy` 'ASC' | 'DESC', required
- `nextCursor` string

## Response `200`

OK

---

[API](https://skmtc.dev/modo/apis/canton-mainnet-api.md) · [All operations](https://skmtc.dev/modo/apis/canton-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modo/canton-mainnet-api/revisions/5296ec98a8e2/schema)
