For a given wallet (EOA), this endpoint returns all events associated with the EOA’s liquidity events across pools (mint, burn and swap).
The EOA address of the liquidity provider for which to retrieve events.
[Optional] Maximum number of positions to return.<BR/>[Defaults] All (if not specified)
[Optional] The liquidity pool (for example DAI/WETH) for which to filter liquidity position events. By default, events are not filtered by pool/pair.
[Optional] Time format of the timestamps in the return payload.<BR/>[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable
[Optional] Payload only includes data after this date (inclusive). By default, startDate is 24 hours from now.<BR>[Formats] seconds | milliseconds | iso8601
<BR>[Examples] 1578531600 | 1578531600000 | 2022-09-01T01:00:00
[Optional] Payload only includes data before this date (exclusive). By default, endDate is now.<BR>[Formats] seconds | milliseconds | iso8601
<BR>[Examples] 1578531600 | 1578531600000 | 2022-09-15T01:00:00
[Optional] Include data for pool information.
[Optional] Include all events in transactions containing events tied to the provider address.
The page number to return.
200
The response is of type object
.