Get Stablecoin Daily Total Supply Amount
GET/api/v1/stablecoin/:symbol/daily-stat/total-supply-amount
Free [3 Credits]
Get Stable Coin Daily Total Supply Amount. Currently only USDT is supported.
Request
Path Parameters
symbol stringrequired
Possible values: [USDT
]
stable coin symbol (currently only USDT supported)
Query Parameters
startDate int32
start date (YYYYMMDD format, e.g., 20250101)
endDate int32
end date (YYYYMMDD format, e.g., 20251231)
startBlock int64
start block number
endBlock int64
end block number
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...