Skip to main content
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. The endpoint is GET /v2/nfts/{accountId}/positions on https://api.saucerswap.finance (mainnet) or https://test-api.saucerswap.finance (testnet). Requests require an API key; see Authentication.

Data JSON schema

Code overview

No gas cost — read-only call.

Next steps

Claiming fees (V2)

Collect the fees a position has earned.

API authentication

Get an API key for the REST API.