Skip to main content
Once a conversion is submitted, follow it to completion and interpret its status with two read endpoints.

How to follow a conversion

  • GET /v2/stablecoins/history — One record per conversion, with status and pointers to the underlying transactions. operationType indicates the type of operation carried out.
  • GET /v2/transactions — The underlying ledger entries, filterable by types.
For query parameters, example responses, and pagination, see Track conversion status.

Status values

subStatus is an optional qualifier on status. The only customer-observable value today is REJECTED_BY_CUSTOMER, paired with status: FAILED.

Key terms

Idempotency and retries

Provide an idempotencyKey per conversion so an interrupted call can be retried safely without double-minting or double-burning. For status codes, rate limits, and cursor pagination, see Errors and pagination.