Last updated 5 months ago
Retrieve a list of available assets with minimum withdrawal sizes.
/v1/instruments/assets
curl -L \ --url 'https://cams.aquanow.com/api/v1/instruments/assets' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[ { "asset": "BTC", "minWithdrawSize": "0.0001", "networks": [ "Native" ] } ]