---
title: "List Conversion"
method: GET
path: "/v1/conversion"
tags: ["Conversion"]
---

# List Conversion

`GET /v1/conversion`

Returns a list of currency conversion transactions processed through your UQPAY account.

## Query parameters

- `page_size` integer, required
- `page_number` integer, required

## Headers

- `x-on-behalf-of` string

## Response `200`

OK - Successfully list conversion.

- object
  - `total_pages` integer — The total pages of available items.
  - `total_items` integer — The total counts of available items.
  - `data` ConversionListResponse[]
    - `code` integer, required
    - `message` string, required
    - `data` object, required
      - `data` ConversionListItem[], required
        - `order_id` string, uuid, required — Order ID (long)
        - `short_order_id` string, required — Order ID (short)
        - `status` 'Submit Failed' | 'Failed' | 'Pending' | 'Success' | 'Submitted', required — Order status
        - `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 used for conversion
        - `processing_fee` string, required — Processing fee
        - `network_fee` string, required — Network fee
        - `reason` string — Transaction remark
        - `create_time` string, required — Creation time
        - `completed_time` string, required — Completion time
      - `total_pages` integer, required
      - `total_items` integer, required

---

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