---
title: "List internal Connect transfers"
method: GET
path: "/api/connect/transfers"
tags: ["Connect Transfers"]
---

# List internal Connect transfers

`GET /api/connect/transfers`

Paginated list of transfers initiated by the authenticated marketplace, newest first. Always scoped to the caller, so cross-marketplace reads are structurally impossible. Supports filtering by status, origin and destination.

## Query parameters

- `page` number
- `limit` number
- `status` 'INITIATED' | 'PROCESSING' | 'CONFIRMED' | 'FAILED'
- `originId` string
- `destinationId` string

## Response `200`

Paginated list of transfers

---

[API](https://skmtc.dev/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.dev/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/revisions/3012dd3dd14a/schema)
