{ "opencollection": "1.0.0", "info": { "name": "SuperRare Marketplace Collections Tokens API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "Get Token Price", "type": "http" }, "http": { "method": "GET", "url": "https://api.superrare.com/v1/tokens/price/:symbol", "params": [ { "name": "symbol", "value": "", "type": "path", "description": "Token symbol (case-insensitive)" } ] }, "docs": "Fetch the current USD price for a token by symbol (e.g., rare, eth, usdc)" } ] } ], "bundled": true }