For the complete documentation index, see llms.txt. This page is also available as Markdown.

Gets the list of limit order

getOwnerLimitOrderList can gets the list of limit order by your wallet address.

const wallet = '0x0..'
const order_list = await sdk.LimitOrder.getOwnerLimitOrderList(wallet)

Last updated