Skip to main content
const trader = client.getTraderAddress();

Returns

The on-chain trader address that owns funds and positions for the connected client.

Important behavior

This is not available in read-only mode.

Response schema

type Response = `0x${string}`;