Gets the limit order info

getLimitOrder can gets the limit order info by limit order id.

const limit_order_id = '0x24aaffb2f9785c110da3b670e0f50e8a30...'
const order = await sdk.LimitOrder.getLimitOrder(limit_order_id)

Last updated