---
title: "Get Stablecoin Conversion"
method: GET
path: "/conversion/stablecoins/{id}"
tags: ["Stablecoin Conversion"]
deprecated: true
---

# Get Stablecoin Conversion

`GET /conversion/stablecoins/{id}`

> **Deprecated.**

Retrieve a single conversion using the transaction `id` from the [Create Stablecoin Conversion](#operation/CreateStablecoinConversion) response.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- StablecoinConversion
  - `id` string — System provided UUID for the conversion is provided in the [Create Stablecoin Conversion](#operation/CreateStablecoinConversion) response. Required parameter for the [Get Stablecoin Conversion](#operation/GetStablecoinConversion) request.
  - `profile_id` string — The Profile associated with a conversion. Required in the [Create Stablecoin Conversion](#operation/CreateStablecoinConversion) request.
  - `amount` string, decimal — Asset amount to convert. [Details](https://docs.paxos.com/developer/convert#assets).
  - `source_asset` string — The asset to convert from. [Details](https://docs.paxos.com/developer/convert#assets).
  - `target_asset` string — The asset to convert to. [Details](https://docs.paxos.com/developer/convert#assets).
  - `status` string — The current status of the conversion. [Details](https://docs.paxos.com/developer/convert#stablecoin-conversion-statuses).
  - `ref_id` string — Client provided, unique Reference ID included the [Create Stablecoin Conversion](#operation/CreateStablecoinConversion) request.
  - `identity_id` string — The Identity ID associated with the user requesting the conversion. Required only for customers with [3rd-Party integrations](/crypto-brokerage/ledger-type#fiat-and-crypto-subledger).
  - `account_id` string — The Account ID associated with the user requesting the conversion. Required only for customers with [3rd-Party integrations](/crypto-brokerage/ledger-type#fiat-and-crypto-subledger).
  - `created_at` string, date-time — The time at which the conversion was requested. See RFC3339 format, like `2006-01-02T15:04:05Z`.
  - `updated_at` string, date-time — The time at which the conversion was last updated. RFC3339 format, like `2006-01-02T15:04:05Z`.
  - `settled_at` string, date-time — The time at which the conversion was settled. [Details](https://docs.paxos.com/developer/convert#stablecoin-conversion-statuses). RFC3339 format, like `2006-01-02T15:04:05Z`.
  - `cancelled_at` string, date-time — The time at which the conversion has been cancelled. [Details](https://docs.paxos.com/developer/convert#stablecoin-conversion-statuses). RFC3339 format, like `2006-01-02T15:04:05Z`.
  - `metadata` object — Optional client-specified stored metadata.
  - `recipient_profile_id` string — For directed settlement, the receiving side `profile_id`.

## Other responses

- `403` — Insufficient scopes
- `404` — Not Found

---

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