v1
latestOpenAPI 3.0.02026-08-04134348905.1 KBStablecoins
Get Issue/Redeem History
Permissions required: Convert Stablecoins
Retrieve the history of stablecoin issuance and redemption operations for your organization. Results are paginated and ordered by creation time (newest first).
get/stablecoins/history
Query parameters
limitinteger
Maximum number of results to return (default 100, max 100)
lastCreatedAtstring date-time
Cursor for pagination - timestamp of the last result from the previous page (RFC3339 format)
Response
Issue/redeem history
Example response
{
"data": [
{
"amount": "100.00",
"destinationAssetTypeId": "PYUSD",
"operationType": "ISSUE",
"sourceAssetTypeId": "USD",
"status": "EXECUTING"
}
],
"page": {
"next": "<next page url>"
}
}