---
title: "Retrieve Transfer"
method: GET
path: "/v1/transfer/{id}"
tags: ["Transfers"]
---

# Retrieve Transfer

`GET /v1/transfer/{id}`

Get a specific transfer by specifying the transfer id.

## Path parameters

- `id` string, uuid, required

## Response `200`

Retrieve a transfer successfully.

- TransferRetrieveResponse
  - `code` integer, required
  - `message` string, required
  - `data` TransferRetrieveData, required — Retrieve Transfer response (section 4.2.2)
    - `order_id` string, required — Transaction ID (long format)
    - `short_order_id` string, required — Transaction ID (short format)
    - `sell_currency` string, required — Selling currency
    - `sell_amount` string, required — Selling amount
    - `buy_currency` string, required — Buying currency
    - `buy_amount` string, required — Buying amount
    - `quote_price` string, required — Exchange rate
    - `processing_fee` string, required — Processing fee
    - `network_fee` string, required — Network fee
    - `reason` string — Customer-provided value when creating the transfer
    - `status` 'Pending' | 'Success' | 'Failed', required — Transaction status
    - `create_time` string, required — Creation time
    - `settled_time` string, required — Settlement time

---

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