{ "opencollection": "1.0.0", "info": { "name": "Chimoney Account Wallet API", "version": "0.2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Wallet", "type": "folder" }, "items": [ { "info": { "name": "List associated wallets.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/wallets/list", "body": { "type": "json", "data": "{}" } }, "docs": "List associated wallets." }, { "info": { "name": "Get single wallet details.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/wallets/lookup", "body": { "type": "json", "data": "{}" } }, "docs": "Get single wallet details." }, { "info": { "name": "Transfer between wallets.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/wallets/transfer", "body": { "type": "json", "data": "{}" } }, "docs": "Transfer between wallets." } ] } ], "bundled": true }