curl --location 'https://testnet.trade.vessel.finance/api/v1/gateway/user/history/ammUserAction?poolId=undefined&type=undefined&startTime=undefined&endTime=undefined&tickL=undefined&tickR=undefined&limit=undefined&fromId=undefined' \ --header 'VESSEL-API-KEY: 0x9f63893da8921b90baa01706bb052571' \ --header 'VESSEL-PASSPHRASE: 0x15d734da388d7c8748a2f8b765fbd5e7' \ --header 'VESSEL-SIGNATURE;' \ --header 'VESSEL-TIMESTAMP;'
{ "history": [ { "id": "1728711700276087", "poolId": "1", "type": "ADD_LIQUIDITY", "tickL": "47500", "tickR": "52500", "timestamp": "1728723291359", "baseAssetAmount": "0.025", "quoteAssetAmount": "1218.625", "baseAssetName": "WBTC", "quoteAssetName": "USDC" } ] }