---
title: "Retrieve a crypto transfer"
method: GET
path: "/v2/wallets/transfers/{transferId}"
tags: ["Crypto Transfer"]
---

# Retrieve a crypto transfer

`GET /v2/wallets/transfers/{transferId}`

## Path parameters

- `transferId` string, required

## Response `200`

Success

- CryptoToCryptoRecordObject
  - `transferType` string
  - `transferDetails` object
    - `id` string, uuid
    - `requestId` string, uuid
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `chain` string
    - `currency` string
    - `contractAddress` string
    - `status` string
    - `failedReason` string
    - `source` object
      - `userId` string, uuid
      - `walletAddress` string
      - `walletType` string
      - `user` object
        - `email` string
        - `lastName` string
        - `firstName` string
        - `businessName` string
    - `destination` object
      - `userId` string, uuid
      - `walletType` string
      - `walletAddress` string
      - `user` object
        - `email` string
        - `lastName` string
        - `firstName` string
        - `businessName` string
    - `amount` number, float
    - `amountIncludeDeveloperFee` number, float
    - `receipt` object
      - `transactionHash` string
      - `userOpHash` string
    - `developerFee` object
      - `feeId` string, uuid
      - `feeType` string
      - `feeAmount` number, float
      - `feePercent` number, float
      - `status` string
      - `transactionHash` string
      - `failedReason` string

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