get_supported_stablecoins
Retrieve a Markdown-formatted table of USD-pegged stablecoins, including their symbols and descriptions, to simplify tracking and analysis.
Instructions
Fetch the list of supported USD-pegged stablecoins with their symbols and descriptions.
Returns:
str: A Markdown-formatted table listing stablecoin symbols and their descriptions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_supported_stablecoinsArguments",
"type": "object"
}