get_token_price
Retrieve real-time token prices in USD from multiple decentralized exchanges by providing a token contract address and blockchain network.
Instructions
Get real-time token price from multiple DEX sources.
Args: token_address: The token contract address (0x...) chain: Blockchain network. Options: ethereum, base, polygon, bsc
Returns: Token price in USD with source information.
Price: $0.15
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | ||
| chain | No | ethereum |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |