REI Crypto MCP Server

by 0xReisearch

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

NameRequiredDescriptionDefault
assetYes

Input Schema (JSON Schema)

{ "properties": { "asset": { "title": "Asset", "type": "integer" } }, "required": [ "asset" ], "title": "get_stablecoin_historyArguments", "type": "object" }
ID: 0k74u5duux