curl --location --request GET 'https://testnet.trade.vessel.finance/api/v1/amm/user/positions?poolId' \ --header 'VESSEL-API-KEY;' \ --header 'VESSEL-PASSPHRASE;' \ --header 'VESSEL-SIGNATURE;' \ --header 'VESSEL-TIMESTAMP;'
{ "positions": [ { "poolId": "2", "symbolId": "5", "tickR": "210", "tickL": "200", "baseAmount": "0", "quoteAmount": "0.1", "baseFeeAmount": "0", "quoteFeeAmount": "0" } ] }