{ "opencollection": "1.0.0", "info": { "name": "Metals.Dev Account Spot Prices API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Spot Prices", "type": "folder" }, "items": [ { "info": { "name": "Get spot metal price", "type": "http" }, "http": { "method": "GET", "url": "https://api.metals.dev/v1/metal/spot", "params": [ { "name": "metal", "value": "", "type": "query", "description": "Metal symbol." }, { "name": "currency", "value": "", "type": "query", "description": "Three-letter currency code." } ] }, "docs": "Returns spot price, bid/ask, high/low, and change data for the selected metal." } ] } ], "bundled": true }