Query Positions Data
1. Get position list
Function input params
ownerAddress: The user account address.
assignCollections: An array of posotion Collection
Example
2. Get one position
Function input params
pid: The position ID.
calculateFee: Whether to calculate the fee, default is false.
calculateReward: Whether to calculate the reward, default is false.
Example
3. Calculate position fee
Calculate the position fee for a list of position IDs.
Function input params
pids: The list of position IDs.
Example
4. Calculate position rewards
Calculate the position rewards for a list of position IDs.
Function input params
pids: The list of position IDs.
Example
Last updated