Dome Binance Prices
dome_binance_pricesFetches historical crypto price data from Binance. 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: lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt).
When to Use
Use this tool when you need to fetches historical crypto price data from binance. 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: lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt).. 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_binance_prices")xpay_run— Execute:xpay_run("dome/dome_binance_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 lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt, solusdt, xrpusdt). |
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 Orderbook History — $0.02/call
Links
- Tool page: https://xpay.tools/dome/dome-binance-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 lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt, solusdt, xrpusdt). |
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

