Endpoint
:addr is a 0x-prefixed 40-char hex Ethereum address. Case-insensitive — the response always returns it lowercased.
Response (wallet found)
Response (wallet not found)
found: false rather than 404, so you can distinguish “wallet hasn’t traded HIP-4” from “address syntactically invalid”.
Use cases
- Profile cards — top-of-page summary on a wallet detail view.
- Quick filtering — “show me only wallets with > 100 fills” before paginating into trades.
- Active vs cold wallets —
last_trade.relativeimmediately tells you whether the wallet is still trading.
Examples
Notes
- All
*_pnlfields are returned as decimal strings to avoid float rounding — parse with a decimal lib if you sum them. realized_pnlreflects the wavg cost-basis algorithm on intraday closes only. After resolution, seesettlement_realized_pnlper-position.