usdcethallowance
Helpers
getBalances
Fetch USDC balance, ETH balance, and USDC allowance for an Ostium trader.
Documentation Index
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');
usdcethallowanceinterface Response {
usdc: string;
eth: string;
allowance: string;
}