---
title: "GET /payment/static-address"
method: GET
path: "/payment/static-address"
tags: ["Static-address-list"]
---

# GET /payment/static-address

`GET /payment/static-address`

## Query parameters

- `track_id` integer
- `network` string
- `currency` string
- `address` string
- `have_tx` boolean
- `order_id` string
- `email` string, email
- `page` integer
- `size` integer

## Headers

- `merchant_api_key` string, required
- `Content-Type` string, required

## Response `200`

Successful operation

- object
  - `data` object
    - `list` object[]
      - `track_id` string — Unique identifier for each payment session in the OxaPay payment gateway. It is used to track the payment status and generate reports.
      - `address` string — The static cryptocurrency address where the payment is expected to be sent.
      - `network` string — The blockchain network associated with the cryptocurrency (e.g., 'Bitcoin Network').
      - `callback_url` string, uri — The URL to which payment status updates will be sent. This allows you to receive notifications about the payment progress.
      - `email` string, email — The email address of the payer.
      - `order_id` string — A unique identifier for the order associated with this payment.
      - `description` string — Additional details or description related to the static address or transaction.
      - `date` integer — Timestamp (UNIX epoch) indicating when the static address was generated.
    - `meta` object
      - `page` integer — The current page number of the result set.
      - `last_page` integer — The total number of pages available based on the number of records and page size.
      - `total` integer — The total number of static addresses available for the specified criteria.
  - `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)
