---
title: "Transfer requests I filed or must decide on"
method: GET
path: "/api/v1/transfer_requests"
tags: ["Transfer requests"]
---

# Transfer requests I filed or must decide on

`GET /api/v1/transfer_requests`

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- TransferRequestListItem[]
  - `id` string, uuid, required
  - `status` 'requested' | 'approved' | 'declined' | 'failed', required — Client-facing status of a ``transfer_request`` proposal. The record is a proposal (seven statuses); this is the short vocabulary the API keeps for the agent and the web app, mapped from `ProposalStatus` by :meth:`from_proposal`.
  - `accountId` string, uuid, required
  - `appId` string, uuid, nullable
  - `apiKeyId` string, uuid, nullable
  - `requestedByUserId` string, uuid, nullable
  - `transactionId` string, nullable
  - `contact` TransferRequestContact
    - `id` string, uuid, required
    - `name` string, required
    - `email` string, nullable
    - `walletAddress` string, nullable
  - `invoice` TransferRequestInvoice
    - `id` string, uuid, required
    - `amount` string, required
    - `currency` string, required
    - `status` string, required
    - `invoiceNumber` string, nullable
  - `quote` TransferRequestQuote
    - `id` string, uuid, required
    - `pendingId` string, nullable
    - `externalId` string, nullable
    - `type` string, required
    - `status` string, required
    - `provider` string, required
    - `amount` string, required
    - `currency` string, required
    - `txHash` string, nullable
  - `amount` number, nullable
  - `memo` string, nullable
  - `requestedTime` string, date-time, required
  - `chatId` string, uuid, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `7ed1b58c5607` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hevn-inc/apis/hevn-api/changes/api/v1/transfer_requests/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)
