Get Estimated Uncollected Fees
Get estimated uncollected fees (in base and quote tokens) for a specific token contract.
Headers:
Query Parameters:
contract_address
string
The token contract address to query
Example Request:
Response Format
Example Response:
Response Fields
Top-Level Fields:
lockerAddress
string
Address of the fee locker contract
lpNftId
integer
Unique identifier for the liquidity position NFT
token0UncollectedRewards
string
Uncollected rewards for token0 (in base units)
token1UncollectedRewards
string
Uncollected rewards for token1 (in base units)
token0
object
Details of the first token in the pair
token1
object
Details of the second token in the pair
Token Object Fields:
chainId
integer
Chain ID where the token is deployed
address
string
Token contract address
symbol
string
Token symbol
decimals
integer
Number of decimal places for the token
name
string
Token name
Last updated