---
title: "List transfers for the app resolved by the API key"
method: GET
path: "/api/v1/apps/transfers"
tags: ["apps", "apps-transfer"]
---

# List transfers for the app resolved by the API key

`GET /api/v1/apps/transfers`

List app-scoped transfers for the app associated with the calling API key. This is the app-id-free transfer history route used by the current HEVN CLI wrapper.

## Query parameters

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

## Headers

- `x-api-key` string

## 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

---

[API](https://skmtc.net/hevn-inc/apis/hevn-api.md) · [All operations](https://skmtc.net/hevn-inc/apis/hevn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hevn-inc/hevn-api/versions/e6301d6796bf/schema)
