{ "opencollection": "1.0.0", "info": { "name": "Alchemy Gas Manager Paymaster Token Metadata API", "version": "1.0" }, "items": [ { "info": { "name": "Token Metadata", "type": "folder" }, "items": [ { "info": { "name": "Alchemy Get Token Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://manage.g.alchemy.com/api/getTokenMetadata", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Alchemy-Token", "value": "{{X-Alchemy-Token}}", "placement": "header" } }, "docs": "Returns metadata (name, symbol, decimals, logo) for a given ERC-20 token contract address. Useful for displaying token information in wallets and portfolio applications without needing to call the token contract directly." } ] } ], "bundled": true }