{ "opencollection": "1.0.0", "info": { "name": "thirdweb Authentication Tokens API", "version": "1.22" }, "request": { "auth": { "type": "apikey", "key": "x-secret-key", "value": "{{x-secret-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "List tokens.", "type": "http" }, "http": { "method": "GET", "url": "https://api.thirdweb.com/v1/tokens" }, "docs": "List tokens." }, { "info": { "name": "Create (deploy) a token.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thirdweb.com/v1/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Create (deploy) a token." }, { "info": { "name": "Get owners of a token.", "type": "http" }, "http": { "method": "GET", "url": "https://api.thirdweb.com/v1/tokens/:chainId/:address/owners", "params": [ { "name": "chainId", "value": "", "type": "path", "description": "The numeric EVM chain ID." }, { "name": "address", "value": "", "type": "path", "description": "An EVM wallet or contract address." } ] }, "docs": "Get owners of a token." } ] } ], "bundled": true }