How to follow a conversion
GET /v2/stablecoins/history— One record per conversion, with status and pointers to the underlying transactions.operationTypeindicates the type of operation carried out.GET /v2/transactions— The underlying ledger entries, filterable bytypes.
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 anidempotencyKey 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.