Get Asset Prices
get_pricesRetrieve current or historical prices for your assets. Specify asset identifiers, a target currency, and an optional timestamp to get the price data you need.
Instructions
Get latest or historical prices for specified assets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assets | Yes | Asset identifiers (e.g., ['BTC', 'ETH']) | |
| currency | No | Target currency (default: USD) | |
| at_time_ms | No | Historical timestamp in milliseconds (optional) |