raydium-io / raydium-sdk-V2

Open-source Typescript SDK for Raydium
GNU General Public License v3.0
87 stars 49 forks source link

List Personal Protocol Positions #29

Closed alienatorZ closed 3 months ago

alienatorZ commented 3 months ago

Is there a way in the SDK to list all of the current open CLMM positions (NFT's) from my account?

cruzshia commented 3 months ago

FIY: https://github.com/raydium-io/raydium-sdk-V2-demo/blob/master/src/clmm/decreaseLiquidity.ts#L26

alienatorZ commented 3 months ago

Thank you!