{ "opencollection": "1.0.0", "info": { "name": "Grapes Finance Contacts Wallets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Wallets", "type": "folder" }, "items": [ { "info": { "name": "List wallets", "type": "http" }, "http": { "method": "GET", "url": "https://api.demo.grapesfinance.com/wallets" }, "docs": "List wallets" }, { "info": { "name": "Create wallet", "type": "http" }, "http": { "method": "POST", "url": "https://api.demo.grapesfinance.com/wallets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a custodial or non-custodial wallet on Ethereum, Algorand, or Stellar." } ] } ], "bundled": true }