Skip to main content
GET
/
keys
/
mpc
/
list
TypeScript
const response: Promise<FireblocksResponse<GetMpcKeysResponse>> = fireblocks.keysBeta.getMpcKeysList();
{
  "tenantId": "bdb57751-921d-45d5-99fd-344cffb364f6",
  "keys": [
    {
      "keyId": "743f82cf-b526-4148-afb1-cd71f1dfee10",
      "userId": "da084d02-d446-413e-b4ce-1e3256517dfd",
      "algorithm": 201,
      "players": [
        {
          "id": "47d3383e-37a3-43d5-90a4-de0ca8c5e258",
          "type": "MOBILE"
        }
      ],
      "lastPreprocessedIndex": "6"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

List of mpc keys

tenantId
string
required

The workspace id of the keys

Required string length: 36
Example:

"bdb57751-921d-45d5-99fd-344cffb364f6"

keys
object[]
required

The keys that are associated with the workspace