Dome Chainlink Prices
dome_chainlink_pricesFetches 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).
When to Use
Use this tool when you need to 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).. This is part of the Dome API provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 16+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("dome/dome_chainlink_prices")xpay_run— Execute:xpay_run("dome/dome_chainlink_prices", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
end_time | integer | No | End time in Unix timestamp (milliseconds). If not provided along with start_time, returns the most recent price (limit 1). |
limit | integer | No | Maximum number of prices to return (default: 100, max: 100). When no time range is provided, limit is automatically set to 1. |
start_time | integer | No | Start time in Unix timestamp (milliseconds). If not provided along with end_time, returns the most recent price (limit 1). |
currency | string | Yes | The currency pair symbol. Must be slash-separated (e.g., btc/usd, eth/usd, sol/usd, xrp/usd). |
pagination_key | string | No | Pagination key (base64-encoded) to fetch the next page of results. Returned in the response when more data is available. |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Dome API (all tools) — 17 tools
- Dome Markets — $0.02/call
- Dome Market Price — $0.02/call
- Dome Markets Get — $0.02/call
- Dome Activity — $0.02/call
- Dome Binance Prices — $0.02/call
Links
- Tool page: https://xpay.tools/dome/dome-chainlink-prices/
- Provider: https://xpay.tools/dome/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
end_time | integer | No | End time in Unix timestamp (milliseconds). If not provided along with start_time, returns the most recent price (limit 1). |
limit | integer | No | Maximum number of prices to return (default: 100, max: 100). When no time range is provided, limit is automatically set to 1. |
start_time | integer | No | Start time in Unix timestamp (milliseconds). If not provided along with end_time, returns the most recent price (limit 1). |
currency | string | Yes | The currency pair symbol. Must be slash-separated (e.g., btc/usd, eth/usd, sol/usd, xrp/usd). |
pagination_key | string | No | Pagination key (base64-encoded) to fetch the next page of results. Returned in the response when more data is available. |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Dome API

