curl --location --request GET 'https://testnet.trade.vessel.finance/api/v1/gateway/user/history/withdraw?assetName=WBTC&status=&startTime&endTime&limt&fromID' \ --header 'VESSEL-API-KEY;' \ --header 'VESSEL-PASSPHRASE;' \ --header 'VESSEL-SIGNATURE;' \ --header 'VESSEL-TIMESTAMP;'
{ "withdraws": [ { "id": "1728711700276088", "globalEventId": "7853", "amount": "0.01", "transactionFee": "0", "assetName": "ETH", "status": "PENDING", "address": "0x3ad8ccb270d84808ca16e2be3594c9eb723210f8", "timestamp": "1728718021747", "withdrawOrderId": "1728718021742" }, { "id": "1728711700276031", "globalEventId": "664", "amount": "0.01", "transactionFee": "0", "assetName": "WBTC", "status": "SUCCESS", "address": "0x3ad8ccb270d84808ca16e2be3594c9eb723210f8", "timestamp": "1728713256525", "withdrawOrderId": "1728713256519" } ] }