Dome API
Dome API
Tool
dome_chainlink_prices
Fetches historical crypto price data from Chainlink. Returns price data for a specific currency pair over an optional time range. When no time range is provided, returns the most recent price. All timestamps are in Unix milliseconds. Currency format: slash-separated (e.g., btc/usd, eth/usd).
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
end_time
integerlimit
integerstart_time
integercurrency *
stringpagination_key
stringTry It
API
MCP Config
Input Parameters
End time in Unix timestamp (milliseconds). If not provided along with start_time, returns the most recent price (limit 1).
Maximum number of prices to return (default: 100, max: 100). When no time range is provided, limit is automatically set to 1.
Start time in Unix timestamp (milliseconds). If not provided along with end_time, returns the most recent price (limit 1).
The currency pair symbol. Must be slash-separated (e.g., btc/usd, eth/usd, sol/usd, xrp/usd).
Pagination key (base64-encoded) to fetch the next page of results. Returned in the response when more data is available.

