---
title: "GET /payout/{track_id}"
method: GET
path: "/payout/{track_id}"
tags: ["Payout-information"]
---

# GET /payout/{track_id}

`GET /payout/{track_id}`

## Path parameters

- `track_id` string, required

## Headers

- `payout_api_key` string, required
- `Content-Type` string, required

## Response `200`

Successful operation

- object
  - `data` object
    - `track_id` string — Unique identifier for the payout session, used for tracking the payout status.
    - `address` string — The cryptocurrency wallet address where the payout is expected to be sent.
    - `currency` string — The cryptocurrency symbol in which the payout is made (e.g., BTC, ETH, USDT).
    - `network` string — The blockchain network associated with the cryptocurrency, e.g., "Bitcoin Network" or "Ethereum Network".
    - `amount` number — The total amount of the payout in the specified currency.
    - `fee` number — The fee associated with processing the payout.
    - `status` string — The current status of the payout, e.g., pending, confirmed, rejected, etc.
    - `tx_hash` string — Unique transaction hash for the transaction on the blockchain.
    - `description` string — A description providing additional details related to the payout or the transaction.
    - `internal` boolean — Flag indicating whether the transaction is internal or external.
    - `memo` string — An optional memo field for including additional details or a note regarding the payout.
    - `date` integer — Timestamp (UNIX epoch) representing when the payout.
  - `message` string — A message containing additional information about the result of the request.
  - `error` object, nullable — An object that provides details about any errors that occurred.
    - `type` string — Type of the error
    - `key` string — Key related to the error
    - `message` string — Error message
  - `status` integer — The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors).
  - `version` string — The version of the API being used.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/oxapay/apis/payments.md) · [All operations](https://skmtc.dev/oxapay/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oxapay/payments/revisions/19b6abc20c8d/schema)
