Last updated 11 months ago
"USDC"
const response = await fetch('/v1/public/assets', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": "USDC", "version": 0, "shortName": "USDC", "isTradable": false, "isCollateral": false, "l2Address": "text", "decimals": 0, "metadataUrl": "text" } ]