Alejandro Roigé
Results
3
comments of
Alejandro Roigé
trafficstars
This also worked for me! ```json "dependencies": { "@uniswap/v3-periphery": "1.4.1", } ```
Another possible way to do it as sugested by @hbeijeman could be tracking your current open positions with ` all_positions = client.private.get_positions( market=MARKET_ETH_USD, status=POSITION_STATUS_OPEN, ) ` filter then by any...
Thanks for the insight! Was the new account created in Metamask?