{ "opencollection": "1.0.0", "info": { "name": "Airtm Enterprise API V2 External Crypto Account API", "version": "1.155.0" }, "items": [ { "info": { "name": "External Crypto Account", "type": "folder" }, "items": [ { "info": { "name": "List external crypto accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.airtm.com/v2/crypto-accounts", "params": [ { "name": "before", "value": "", "type": "query", "description": "Gets results before the specified cursor." }, { "name": "after", "value": "", "type": "query", "description": "Gets results after the specified cursor." }, { "name": "perPage", "value": "", "type": "query", "description": "The maximum number of items to fetch." }, { "name": "type", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List paginated external crypto accounts" }, { "info": { "name": "Create a crypto external account", "type": "http" }, "http": { "method": "POST", "url": "https://api.enterprise.airtm.com/v2/crypto-accounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Creates a crypto external account for the enterprise." } ] } ], "bundled": true }