/v2/stablecoins/history for one record per conversion, and /v2/transactions for the underlying ledger entries. For the status vocabulary and key terms, see Operate.
Query conversion history
GET /v2/stablecoins/history — Reference
Returns one record per conversion with status, asset types, wallet IDs, and pointers to the underlying transactions. Results are paginated, ordered newest first. Requires the Convert Stablecoins permission.
Example response
page.next is a fully formed URL for the next page, or null when exhausted. Alternatively, paginate manually with lastCreatedAt set to the createdAt of the last record from the prior page.
To drill into a specific transaction, pass sourceOperationId or destinationOperationId to GET /v2/transactions/{transactionId} for the blockchain hash, fee, and confirmation details.
Filter the transactions endpoint
GET /v2/transactions — Reference
Changelog
2026-05-01
Added:GET /v2/stablecoins/history—query mints, burns, and bridges with status, asset, wallet, and pointers to the underlying transactions.