{ "opencollection": "1.0.0", "info": { "name": "Chimoney Account Interledger API", "version": "0.2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Interledger", "type": "folder" }, "items": [ { "info": { "name": "Payout to a Interledger Wallet Address.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/payouts/interledger-wallet-address", "body": { "type": "json", "data": "{}" } }, "docs": "Payout to a Interledger Wallet Address." }, { "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": "Create a new sub-account.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/sub-account/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new sub-account." }, { "info": { "name": "Get Public profile of a Chimoney User.", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/accounts/public-profile", "body": { "type": "json", "data": "{}" } }, "docs": "Get Public profile of a Chimoney User." }, { "info": { "name": "Issue an Interledger wallet address for a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.chimoney.io/v0.2/accounts/issue-wallet-address", "body": { "type": "json", "data": "{}" } }, "docs": "Issue an Interledger wallet address for a user" } ] } ], "bundled": true }