{ "opencollection": "1.0.0", "info": { "name": "Oumla Core Server addresses withdraw API", "version": "1.0" }, "items": [ { "info": { "name": "withdraw", "type": "folder" }, "items": [ { "info": { "name": "Withdraw", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.oumla.com/api/v1/withdraw", "headers": [ { "name": "x-sdk-version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Initiate a withdrawal. Returns pending status; supports BTC, tBTC, ETH, tETH." } ] } ], "bundled": true }