market_get_exchange_price
Retrieve historical crypto exchange prices for any pair at a given Unix timestamp. Use this data for analysis, backtesting, or verifying past market rates.
Instructions
Get historical price data for a cryptocurrency on a specific exchange
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | To currency/coin symbol | |
| from | Yes | From currency/coin symbol | |
| exchange | Yes | Exchange name | |
| timestamp | Yes | Unix timestamp |