Get User Positions
Get all liquidity positions for an account.
SaucerSwap offers a public REST API endpoint to retrieve all positions for a user, accompanied by useful metadata for each position, including liquidity and fees earned, and their associated tokens. Use the following URL options to access the data.
Hedera Network
URL (where 0.0.xxxx is user's Hedera account, eg. 0.0.1234)
Mainnet
https://api.saucerswap.finance/V2/nfts/0.0.xxxx/positions
Testnet
https://test-api.saucerswap.finance/V2/nfts/0.0.xxxx/positions
Previewnet
Not supported
Data JSON Schema
Code Overview
⛽ No gas cost
Last updated