Dome Wallet
dome_walletFetches wallet information by providing either an EOA (Externally Owned Account) address or a proxy wallet address. Returns the associated EOA, proxy, and wallet type. Optionally returns trading metrics including total volume, number of trades, and unique markets traded when with_metrics=true.
When to Use
Use this tool when you need to fetches wallet information by providing either an eoa (externally owned account) address or a proxy wallet address. returns the associated eoa, proxy, and wallet type. optionally returns trading metrics including total volume, number of trades, and unique markets traded when with_metrics=true.. 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_wallet")xpay_run— Execute:xpay_run("dome/dome_wallet", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
end_time | integer | No | Optional end date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true. |
proxy | string | No | Proxy wallet address. Either eoa or proxy must be provided, but not both. |
start_time | integer | No | Optional start date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true. |
eoa | string | No | EOA (Externally Owned Account) wallet address. Either eoa or proxy must be provided, but not both. |
with_metrics | string | No | Whether to include wallet trading metrics (total volume, trades, and markets). Pass true to include metrics. Metrics are computed only when explicitly requested for performance reasons. |
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-wallet/
- Provider: https://xpay.tools/dome/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
end_time | integer | No | Optional end date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true. |
proxy | string | No | Proxy wallet address. Either eoa or proxy must be provided, but not both. |
start_time | integer | No | Optional start date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true. |
eoa | string | No | EOA (Externally Owned Account) wallet address. Either eoa or proxy must be provided, but not both. |
with_metrics | string | No | Whether to include wallet trading metrics (total volume, trades, and markets). Pass true to include metrics. Metrics are computed only when explicitly requested for performance reasons. |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Dome API

