{ "opencollection": "1.0.0", "info": { "name": "Chimoney Account MultiCurrency Wallets API", "version": "0.2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "MultiCurrency Wallets", "type": "folder" }, "items": [ { "info": { "name": "Create a new Multicurrency Wallet.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/multicurrency-wallets/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Multicurrency Wallet." }, { "info": { "name": "Get details of an existing multicurrency wallet.", "type": "http" }, "http": { "method": "GET", "url": "https://api.chimoney.io/v0.2/multicurrency-wallets/get", "params": [ { "name": "id", "value": "", "type": "query", "description": "Multicurrency wallet ID." } ] }, "docs": "Get details of an existing multicurrency wallet." }, { "info": { "name": "Get all multicurrency wallets of an organization/account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.chimoney.io/v0.2/multicurrency-wallets/list" }, "docs": "Get all multicurrency wallets of an organization/account." }, { "info": { "name": "Update a multicurrency-wallets.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/multicurrency-wallets/update", "body": { "type": "json", "data": "{}" } }, "docs": "Update a multicurrency-wallets." }, { "info": { "name": "Transfer from multicurrency wallet to another wallet, an email or a phone number.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/multicurrency-wallets/transfer", "body": { "type": "json", "data": "{}" } }, "docs": "Transfer from multicurrency wallet to another wallet, an email or a phone number." }, { "info": { "name": "Get Quote to Transfer between multicurrency wallets.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/multicurrency-wallets/transfer/quote", "body": { "type": "json", "data": "{}" } }, "docs": "Get Quote to Transfer between multicurrency wallets." } ] } ], "bundled": true }