Skip to content

Get mint/burn history

GET
/v2/stablecoin/{stablecoinId}/mint-burn-history

Retrieve mint/burn history for a stablecoin.

stablecoinId
required
string
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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
Allowed values: mint burn
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