Retrieves historical price data for a token over a specified time range with configurable intervals. Identify the token either by symbol (e.g., ETH, BTC) or by network and contract address. Use this to build price charts, analyze price trends, calculate historical returns, or di…
symbolstringToken symbol to query (e.g., 'ETH', 'BTC', 'USDC'). Required if network and address are not provided. Cannot be used together with network/address.
addressstringToken contract address on the specified network. Required if symbol is not provided. Must be used together with network.
networkstringBlockchain network identifier (e.g., 'eth-mainnet', 'polygon-mainnet'). Required if symbol is not provided. Must be used together with address.
end_timeRequiredEnd of the time range for historical data. Can be either a Unix timestamp (integer, seconds since epoch) or ISO 8601 formatted string. Example Unix timestamp: 1707782400 for Feb 13, 2024.
intervalstringSupported interval types for historical price data
start_timeRequiredStart of the time range for historical data. Can be either a Unix timestamp (integer, seconds since epoch) or ISO 8601 formatted string. Example Unix timestamp: 1707696000 for Feb 12, 2024.
with_market_databooleanWhether to include market capitalization and total volume data in the response. Defaults to false. Set to true if you need market cap and volume metrics alongside price data.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.