Dome API
Dome API
Tool
dome_wallet
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.
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
end_time
integerproxy
stringstart_time
integereoa
stringwith_metrics
stringTry It
API
MCP Config
Input Parameters
Optional end date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true.
Proxy wallet address. Either eoa or proxy must be provided, but not both.
Optional start date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true.
EOA (Externally Owned Account) wallet address. Either eoa or proxy must be provided, but not both.
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.

