market_get_token_price
Fetch current USD prices for one or more tokens via DefiLlama oracle. Input token identifiers in 'chain:address' format to get price, symbol, decimals, confidence, and last-updated timestamp.
Instructions
Fetch current USD prices for one or more tokens using DefiLlama's price oracle. Accepts token identifiers in the format 'chain:address' (e.g. 'ethereum:0x...') and returns price, symbol, decimals, confidence score, and last-updated timestamp for each token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | Array of token identifiers to price | |
| searchWidth | No | Time range to search for prices (e.g., '4h') |