get_stablecoin_prices
Retrieve historical prices of all stablecoins using API access to DeFiLlama, CoinGecko, and Arkham Intelligence, eliminating the need for individual API key management.
Instructions
GET /stablecoins/stablecoinprices
Get historical prices of all stablecoins.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
No arguments  | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "title": "get_stablecoin_pricesArguments",
  "type": "object"
}