Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch USDC balance, ETH balance, and USDC allowance for an Ostium trader.
const balances = await client.getBalances();
await client.getBalances('0xTraderAddress');
usdc
eth
allowance
interface Response { usdc: string; eth: string; allowance: string; }