Get mint/burn history
GET /v2/stablecoin/{stablecoinId}/mint-burn-history
GET
/v2/stablecoin/{stablecoinId}/mint-burn-history
Retrieve mint/burn history for a stablecoin.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” stablecoinId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Mint/Burn history
object
stablecoinId
required
Stablecoin ID
string
events
required
List of mint/burn events
Array<object>
object
id
required
Event ID
string
type
required
Type of event
string
amount
required
Amount
string
walletId
required
Wallet ID
string
transactionHash
required
Transaction hash
string
blockNumber
required
Block number
string
date
required
Event date
string
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error