curl --location --request GET 'https://testnet.trade.vessel.finance/api/v1/gateway/user/history/claim?assetName&startTime&endTime&offset&limit&fromId' \ --header 'VESSEL-API-KEY;' \ --header 'VESSEL-PASSPHRASE;' \ --header 'VESSEL-SIGNATURE;' \ --header 'VESSEL-TIMESTAMP;'
{ "claims": [ { "id": "259610002", "amount": "0.01", "assetName": "WBTC", "address": "0x3ad8ccb270d84808ca16e2be3594c9eb723210f8", "timestamp": "1728716459749" } ] }