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.
Approve TradingStorage to spend trader USDC through the Ostium Builder SDK.
await client.approveUsdc('max');
await client.approveUsdc('1000');
openTrade()
updateCollateral()
interface Response { txHash: `0x${string}`; smartAccountAddress?: `0x${string}`; }