---
title: "List all pending transfer approvals"
method: GET
path: "/v2/transfer-approvals"
tags: ["Transfer Approvals"]
---

# List all pending transfer approvals

`GET /v2/transfer-approvals`

Retrieve all pending transfer approvals that require admin action

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Transfer approvals retrieved successfully

- GetTransferApprovalsResponse
  - `success` boolean — Whether the operation was successful
  - `message` string — Human-readable message about the operation
  - `count` integer — Total number of pending approvals
  - `approvals` TransferApprovalSummary[] — Array of pending approval records
    - `id` string, uuid
    - `transferId` string, uuid
    - `status` 'PENDING' | 'APPROVED' | 'REJECTED' | 'EXPIRED' — Current status of the approval process
    - `createdAt` string, date-time
    - `updatedAt` string, date-time — When the approval was last updated
    - `transferType` 'WALLET.TRANSFER' | 'WALLET.TRANSFER.BATCH' | 'WALLET.BRIDGE' — Type of transfer requiring approval

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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