REI Crypto MCP Server

by 0xReisearch

get_stablecoins

Retrieve a list of all stablecoins with circulating amounts and optional price data using the MCP server API for crypto data access.

Instructions

GET /stablecoins/stablecoins

List all stablecoins along with their circulating amounts. Parameters: include_prices: whether to include current stablecoin prices (default: True)

Input Schema

NameRequiredDescriptionDefault
include_pricesNo

Input Schema (JSON Schema)

{ "properties": { "include_prices": { "default": true, "title": "Include Prices", "type": "boolean" } }, "title": "get_stablecoinsArguments", "type": "object" }
ID: 0k74u5duux