{ "opencollection": "1.0.0", "info": { "name": "Fireblocks Blockchains and Assets Approval Requests Keys (Beta) API", "version": "1.8.0" }, "items": [ { "info": { "name": "Keys (Beta)", "type": "folder" }, "items": [ { "info": { "name": "Get list of mpc keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/keys/mpc/list" }, "docs": "Returns a list of MPC signing keys of the workspace. For each key, the list of players associated with it is attached.\n**Note:** \nThis endpoint is currently in beta and might be subject to changes." }, { "info": { "name": "Get list of mpc keys by `userId`", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/keys/mpc/list/:userId", "params": [ { "name": "userId", "value": "46a92767-5f93-4a46-9eed-f012196bb4fc", "type": "path", "description": "The id for the user" } ] }, "docs": "Returns a list of MPC signing keys of a specific user. For each key, the list of players associated with it is attached.\n**Note:**\nThis endpoint is currently in beta and might be subject to changes." } ] } ], "bundled": true }