---
title: "Get Tokenization Transfer"
method: GET
path: "/accounts/{account_id}/tokens/transfers/{transfer_id}"
tags: ["Orders"]
---

# Get Tokenization Transfer

`GET /accounts/{account_id}/tokens/transfers/{transfer_id}`

Retrieve a specific tokenization transfer transaction by ID.

## Path parameters

- `account_id` string, required — ID of the resource
- `transfer_id` string, required — ID of the resource

## Response `200`

OK

- TokenizationTransferResponse
  - `amount` string — Amount transferred
  - `created_at` string, date-time
  - `destination` object
    - `address` string — Destination blockchain address
    - `transaction_id` string, nullable — On-chain transaction hash
    - `transfer_type` string — Blockchain name
  - `id` string — Order ID
  - `source` object
    - `address` string — Source blockchain address
    - `transaction_id` string, nullable — On-chain transaction hash
    - `transfer_type` string — Blockchain name
  - `status` string — Transaction status
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/revisions/0411af6c9040/schema)
