Tool Skill
Dome Positions
dome_positionsFetches all Polymarket positions for a proxy wallet address. Returns positions with balance >= 10,000 shares (0.01 normalized) with market info.
$0.02/call
Flat rate
Dome API
When to Use
Use this tool when you need to fetches all polymarket positions for a proxy wallet address. returns positions with balance >= 10,000 shares (0.01 normalized) with market info.. 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_positions")xpay_run— Execute:xpay_run("dome/dome_positions", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Maximum number of positions to return per page. Defaults to 100, maximum 100. |
pagination_key | string | No | Pagination key returned from previous request to fetch next page of results |
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-positions/
- Provider: https://xpay.tools/dome/
- All tools: https://xpay.tools/explore
How to Execute
// 1. Get full schema
xpay_details("dome/dome_positions")// 2. Execute
xpay_run("dome/dome_positions", { ...inputs })Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Maximum number of positions to return per page. Defaults to 100, maximum 100. |
pagination_key | string | No | Pagination key returned from previous request to fetch next page of results |
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/dome/dome-positions/SKILL.md
CLI
npx @xpaysh/cli install dome/dome-positions
Manual
curl -o SKILL.md https://xpay.tools/skills/dome/dome-positions/SKILL.md
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Dome API

