Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ostium.com/llms.txt

Use this file to discover all available pages before exploring further.

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}`;