Dome Orderbook History Get
dome_orderbook_history_getFetches historical orderbook snapshots for a specific Kalshi market (ticker) over a specified time range. If no start_time and end_time are provided, returns the latest orderbook snapshot for the market. Returns snapshots of the order book including yes/no bids and asks with prices in both cents and dollars. All timestamps are in milliseconds. Orderbook data has history starting from October 29th, 2025. Note: When fetching the latest orderbook (without start/end times), the limit parameter is ignored.
When to Use
Use this tool when you need to fetches historical orderbook snapshots for a specific kalshi market (ticker) over a specified time range. if no start_time and end_time are provided, returns the latest orderbook snapshot for the market. returns snapshots of the order book including yes/no bids and asks with prices in both cents and dollars. all timestamps are in milliseconds. orderbook data has history starting from october 29th, 2025. note: when fetching the latest orderbook (without start/end times), the limit parameter is ignored.. 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_orderbook_history_get")xpay_run— Execute:xpay_run("dome/dome_orderbook_history_get", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
end_time | integer | No | End time in Unix timestamp (milliseconds). Optional - if not provided along with start_time, returns the latest orderbook snapshot. |
limit | integer | No | Maximum number of snapshots to return (default: 100, max: 200). Ignored when fetching the latest orderbook without start_time and end_time. |
start_time | integer | No | Start time in Unix timestamp (milliseconds). Optional - if not provided along with end_time, returns the latest orderbook snapshot. |
ticker | string | Yes | The Kalshi market ticker |
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-orderbook-history-get/
- 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). Optional - if not provided along with start_time, returns the latest orderbook snapshot. |
limit | integer | No | Maximum number of snapshots to return (default: 100, max: 200). Ignored when fetching the latest orderbook without start_time and end_time. |
start_time | integer | No | Start time in Unix timestamp (milliseconds). Optional - if not provided along with end_time, returns the latest orderbook snapshot. |
ticker | string | Yes | The Kalshi market ticker |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Dome API

