get_stablecoin_charts_all
Retrieve historical market cap data for all stablecoins or a specific stablecoin using the REI Crypto MCP Server. Access aggregated crypto insights with minimal setup.
Instructions
GET /stablecoins/stablecoincharts/all
Get historical mcap sum of all stablecoins.
Parameters:
stablecoin: stablecoin ID (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
stablecoin | No |
Input Schema (JSON Schema)
{
"properties": {
"stablecoin": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Stablecoin"
}
},
"title": "get_stablecoin_charts_allArguments",
"type": "object"
}