{ "opencollection": "1.0.0", "info": { "name": "Mobula Market Metadata API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Asset and token metadata.", "type": "http" }, "http": { "method": "GET", "url": "https://api.mobula.io/api/1/metadata", "params": [ { "name": "asset", "value": "", "type": "query", "description": "Token name or contract address." }, { "name": "blockchain", "value": "", "type": "query" }, { "name": "symbol", "value": "", "type": "query" } ] }, "docs": "On-chain metadata for an asset - name, symbol, logo, description, website, socials, categories, and multichain contracts with decimals." } ] } ], "bundled": true }