Register a wallet address for user-trade fanout
post
/v1/me/walletsBinds a public 0x… address to the caller's org. Canonical account fills are mirrored on `artery:stream:user-trade:<orgId>`. For Polymarket V2, only the OrderFilled row whose `maker` is the bound Safe is included; taker-only counterparty rows are excluded. Only the public address is stored — never keys. For Polymarket, `addressType: "eoa"` (the default) takes a normal MetaMask / wallet-signer address and resolves it to the Safe / proxy that actually executes trades; pass `addressType: "safe"` to skip that lookup and store the address verbatim.