{ "opencollection": "1.0.0", "info": { "name": "BitGo Platform Addresses Wallets API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Wallets", "type": "folder" }, "items": [ { "info": { "name": "List wallets", "type": "http" }, "http": { "method": "GET", "url": "https://app.bitgo.com/api/v2/:coin/wallet", "params": [ { "name": "coin", "value": "btc", "type": "path", "description": "The coin or token ticker (for example `btc`, `eth`, `hteth`, `sol`, `matic`). Testnet coins are prefixed with `t` (for example `tbtc`)." }, { "name": "prevId", "value": "", "type": "query", "description": "Continue from the previous page using this cursor." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page." } ] }, "docs": "List the wallets of the authenticated user for a given coin." }, { "info": { "name": "Generate wallet", "type": "http" }, "http": { "method": "POST", "url": "https://app.bitgo.com/api/v2/:coin/wallet", "params": [ { "name": "coin", "value": "btc", "type": "path", "description": "The coin or token ticker (for example `btc`, `eth`, `hteth`, `sol`, `matic`). Testnet coins are prefixed with `t` (for example `tbtc`)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new multi-signature wallet for a coin. This is typically issued against BitGo Express so the user and backup keychains can be created locally. Returns the wallet along with its keychains." }, { "info": { "name": "Get wallet", "type": "http" }, "http": { "method": "GET", "url": "https://app.bitgo.com/api/v2/:coin/wallet/:walletId", "params": [ { "name": "coin", "value": "btc", "type": "path", "description": "The coin or token ticker (for example `btc`, `eth`, `hteth`, `sol`, `matic`). Testnet coins are prefixed with `t` (for example `tbtc`)." }, { "name": "walletId", "value": "", "type": "path", "description": "The wallet identifier." } ] }, "docs": "Retrieve a single wallet by its identifier." } ] } ], "bundled": true }