polygon-defi-price
InactiveTool of The Stall
Real-time Polygon DeFi token price with 24h change and on-chain confidence score. Inputs: symbol (MATIC, WETH, WBTC, USDC, USDT, LINK, AAVE, QUICK, stMATIC) or polygon:0x... address for any Polygon ERC-20. Returns spot price in USD, 24h % change, DeFiLlama confidence (>0.9 = high), and cache staleness. Purpose-built for Polygon DEX agents, trade-sizing bots, and DeFi automation requiring network-native real-time prices. Data: DeFiLlama on-chain oracle (free, no key). No CEX dependency.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "Token symbol (MATIC, WETH, WBTC, USDC, USDT, LINK, AAVE, QUICK, stMATIC, USDC.e) or Polygon contract address as polygon:0x... or raw 0x..."
},
"include_change": {
"type": "boolean",
"description": "Include 24h price change (adds ~200ms if not cached). Default: true."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries