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 simulated long and short slippage for Ostium pairs at different notionals.
const slippage = await client.getSimSlippage({ pairIds: [0, 1], ntls: ['10000', '100000'], });
type Response = Record<string, { long: Array<{ ntl: string; slippage: string }>; short: Array<{ ntl: string; slippage: string }>; }>;