curl --request GET \
--url https://api.lpagent.io/open-api/v1/lp-positions/logs \
--header 'x-api-key: <api-key>'{
"status": "success",
"count": 45,
"data": [
{
"owner": "7KHx2Uc5qsqz652eXbu8Qtabi5KLxWJLgxFzcaBzP32i",
"action": "add_liquidity",
"amount0": "1000000000",
"amount1": "500000000",
"decimal0": 9,
"decimal1": 9,
"price0": "3.844231933777601",
"price1": "170.66710334453902",
"timestamp": "2025-07-25T16:23:04.000Z",
"nativePrice": "178.45",
"strategyType": "BidAskImBalanced",
"tickUpper": -333,
"tickLower": -402,
"bps": 100,
"logo0": "https://token-logo.lpagent.io/api/v1/logo?address=31k88G5Mq7ptbRDf3AM13HAq6wRQHXHikR8hik7wPygk&chain=SOL",
"logo1": "https://token-logo.lpagent.io/api/v1/logo?address=So11111111111111111111111111111111111111112&chain=SOL"
}
]
}Retrieves transaction logs for LP positions. Can fetch logs for a specific position of an owner.
curl --request GET \
--url https://api.lpagent.io/open-api/v1/lp-positions/logs \
--header 'x-api-key: <api-key>'{
"status": "success",
"count": 45,
"data": [
{
"owner": "7KHx2Uc5qsqz652eXbu8Qtabi5KLxWJLgxFzcaBzP32i",
"action": "add_liquidity",
"amount0": "1000000000",
"amount1": "500000000",
"decimal0": 9,
"decimal1": 9,
"price0": "3.844231933777601",
"price1": "170.66710334453902",
"timestamp": "2025-07-25T16:23:04.000Z",
"nativePrice": "178.45",
"strategyType": "BidAskImBalanced",
"tickUpper": -333,
"tickLower": -402,
"bps": 100,
"logo0": "https://token-logo.lpagent.io/api/v1/logo?address=31k88G5Mq7ptbRDf3AM13HAq6wRQHXHikR8hik7wPygk&chain=SOL",
"logo1": "https://token-logo.lpagent.io/api/v1/logo?address=So11111111111111111111111111111111111111112&chain=SOL"
}
]
}Position ID (token ID)
Blockchain chain identifier
Wallet address of the position owner
Successfully retrieved position logs
"success"
Total number of logs
45
Show child attributes
Position owner wallet address
"7KHx2Uc5qsqz652eXbu8Qtabi5KLxWJLgxFzcaBzP32i"
Type of action performed
"add_liquidity"
Amount of token0 involved in the transaction
"1000000000"
Amount of token1 involved in the transaction
"500000000"
Decimal places for token0
9
Decimal places for token1
9
Price of token0 at time of transaction
"3.844231933777601"
Price of token1 at time of transaction
"170.66710334453902"
Transaction timestamp
"2025-07-25T16:23:04.000Z"
Price in native currency (SOL)
"178.45"
Strategy type used for the position
"BidAskImBalanced"
Upper tick boundary
-333
Lower tick boundary
-402
Basis points for fee calculation
100
Logo URL for token0
"https://token-logo.lpagent.io/api/v1/logo?address=31k88G5Mq7ptbRDf3AM13HAq6wRQHXHikR8hik7wPygk&chain=SOL"
Logo URL for token1
"https://token-logo.lpagent.io/api/v1/logo?address=So11111111111111111111111111111111111111112&chain=SOL"