{ "opencollection": "1.0.0", "info": { "name": "Embedded Consumer Wallets Balances API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "Get user wallets balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/users/:userId/wallets", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get balances for the user wallets" }, { "info": { "name": "Get account balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/businesses/:businessId/balances", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "businessId", "value": "", "type": "path", "description": "The unique identifier for the business" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a business's account balances" }, { "info": { "name": "Get funding details", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/businesses/:businessId/funding-details", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "businessId", "value": "", "type": "path", "description": "The unique identifier for the business" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the business's funding details." }, { "info": { "name": "Create crypto deposit address", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/businesses/:businessId/crypto-deposit-addresses", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "businessId", "value": "", "type": "path", "description": "The unique identifier for the business" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a crypto deposit address for the business on the given chain. Fails if an address already exists for that currency and chain." } ] } ], "bundled": true }