{ "opencollection": "1.0.0", "info": { "name": "Unlock Locksmith Applications Price API", "version": "2" }, "items": [ { "info": { "name": "Price", "type": "folder" }, "items": [ { "info": { "name": "price", "type": "http" }, "http": { "method": "GET", "url": "https://locksmith.unlock-protocol.com/v2/api/:network/price", "params": [ { "name": "network", "value": "", "type": "path", "description": "Network id." }, { "name": "amount", "value": "", "type": "query", "description": "Amount of tokens you want to get the price for in USD." }, { "name": "address", "value": "", "type": "query", "description": "The erc20 address you want to get the price for. If nothing is passed, the API will return the native token price." } ] } } ] } ], "bundled": true }