List issuer on-chain transactions

get/api/stablecoin/v1/issuer/supply/transactions

Returns paginated on-chain mint/burn transactions from the audit service, hydrated with matching order data when available.

Query Parameters

  • fromstring<date-time>
    Filter transactions from this date
  • tostring<date-time>
    Filter transactions up to this date
  • chainstring
    Filter by blockchain network
  • tokenstring
    Filter by token symbol
  • eventTypestring
    Filter by transaction event type
    Enum: mint burn
  • chainTxIdstring
    Filter by on-chain transaction ID
  • pagestring<number>
    Page number for pagination
  • pageSizestring<number>
    Number of items per page

200 Response

items array[object] required
id string required
utcTimestamp string required
dateValue string required
chain string required
token string required
chainTxId string required
eventType string required
Allowed values: mint burn
eventIndex number required
isBridge boolean required
amount string required
tokenAmount
string or null
required
orderId
string or null
required
page number required
pageSize number required
total number required
totalPages number required

400 Response

401 Response

403 Response

500 Response