Get Mint/Burn History
GET /stablecoin/{stablecoinId}/mint-burn-history
GET
/stablecoin/{stablecoinId}/mint-burn-history
Get the history of mint and burn transactions for a stablecoin
Authorizations
Parameters
Path Parameters
stablecoinId
required
string format: uuid
The ID of the stablecoin
Query Parameters
fromDate
string format: date
Start date for filtering transactions
toDate
string format: date
End date for filtering transactions
skip
integer
Number of records to skip
take
integer
Number of records to take
Responses
200
Mint/burn history retrieved successfully
object
transactions
Array<object>
object
id
ID of the transaction
string format: uuid
type
Type of transaction
string
amount
Amount of tokens minted or burned
string
walletId
Wallet ID involved in the transaction
string format: uuid
timestamp
Timestamp of the transaction
string format: date-time
transactionHash
Hash of the transaction
string
total
Total number of transactions
integer
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters