Retrieve ticks
1. Batch retrieve ticks by pool ID
Method: sdk.Pool.fetchTicks()
Params:
poolID
: The pool object ID.coinTypeA
: Coin A type.coinTypeB
: Coin B type.
Example
2. Batch retrieve ticks by tickHandle
Method: sdk.Pool.fetchTicksByRpc()
Params:
tickHandle
: The tick handle of pool.
Example
Last updated