Skip to main content
GET
/
cosigners
/
{cosignerId}
TypeScript
const response: Promise<FireblocksResponse<Cosigner>> = fireblocks.cosignersBeta.getCosigner(cosignersBetaApiGetCosignerRequest);
{
  "archived": false,
  "id": "44fcead0-7053-4831-a53a-df7fb90d440f",
  "name": "My Cosigner 1",
  "type": "SGX",
  "version": {
    "hash": "a1b2c3d4e5",
    "name": "1.0.0 (December 2025)"
  }
}

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.

Path Parameters

cosignerId
string<uuid>
required

The unique identifier of the cosigner

Response

A cosigner object

archived
boolean
required

Whether the cosigner is archived

Example:

false

id
string<uuid>
required

The unique identifier of the cosigner

Example:

"44fcead0-7053-4831-a53a-df7fb90d440f"

name
string

The name of the cosigner

Example:

"My Cosigner 1"

type
enum<string>

The type of the cosigner

Available options:
SANDBOX,
SGX,
GCP-CONFSPACE,
AWS-NITRO,
PLAIN
Example:

"SGX"

version
object