get_stablecoin_history
Retrieve historical market capitalization and chain distribution data for a specific stablecoin using asset ID. Ideal for analyzing stablecoin performance and blockchain usage trends.
Instructions
GET /stablecoins/stablecoin/{asset}
Get historical mcap and historical chain distribution of a stablecoin.
Parameters:
asset: stablecoin ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset | Yes |
Input Schema (JSON Schema)
{
"properties": {
"asset": {
"title": "Asset",
"type": "integer"
}
},
"required": [
"asset"
],
"title": "get_stablecoin_historyArguments",
"type": "object"
}