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