This endpoint offers historical data on stablecoin minting and burning activities. It provides insights into the supply dynamics of stablecoins, showing how much new supply is being created (minted) and how much is being removed from circulation (burned) over time. This data is essential for understanding the monetary policy of different stablecoins and can be indicative of market demand and overall ecosystem health.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
interval
enum<string>
required
The time interval for the data. Options are 'daily', 'weekly', 'monthly', or 'yearly'.
Allowed values:
dailyweeklymonthlyyearly
Header Params
Authorization
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://staging.realyeti.xyz/stablecoinapi/api/v1/stablecoins/metrics/mint-burns?interval' \
--header'Authorization;'