{ "opencollection": "1.0.0", "info": { "name": "Coinme Crypto-as-a-Service AuthLinkResult Send API", "version": "1.2" }, "items": [ { "info": { "name": "Send", "type": "folder" }, "items": [ { "info": { "name": "Initiate a Send Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://caas.coinme.com/services/send", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Send a specified amount of crypto to an external wallet address" } ] } ], "bundled": true }