Gets the transaction index ID in the limit pool

getPoolIndexerId can gets the transaction index ID in the trading pool using the coin types of a token pair.

const id = await sdk.LimitOrder.getPoolIndexerId(
  '0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN',
  '0xaf8cd5edc19c4512f4259f0bee101a40d41ebed738ade5874359610ef8eeced5::coin::COIN'
)

Last updated