---
title: "List recent USDC transfers initiated through the calling API key."
method: GET
path: "/api/v1/apps/transfers"
tags: ["apps", "apps-transfer"]
---

# List recent USDC transfers initiated through the calling API key.

`GET /api/v1/apps/transfers`

## Query parameters

- `idempotency_key` string, nullable
- `limit` integer
- `offset` integer

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- McpTransactionResponse[]
  - `txHash` string, required
  - `amount` number, nullable
  - `receiverEmail` string, nullable
  - `receiverAddress` string, nullable
  - `transactionLink` string, nullable
  - `time` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `7ed1b58c5607` — 1 breaking, 3 info
  - the `header` request parameter `x-api-key` became required
  - api operation id `list_transfers_api_v1_apps_transfers_get` removed and replaced with `list_app_transfers_api_v1_apps_transfers_get`
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `HTTPBearer` was removed from the API
- **2026-06-02** `11ba46a28f0a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hevn-inc/apis/hevn-api/changes/api/v1/apps/transfers/get.md)

---

[API](https://skmtc.dev/hevn-inc/apis/hevn-api.md) · [All operations](https://skmtc.dev/hevn-inc/apis/hevn-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hevn-inc/hevn-api/revisions/7ed1b58c5607/schema)
