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

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

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

Query Parameters

order
enum<string>
default:DESC

ASC / DESC ordering (default DESC)

Available options:
ASC,
DESC
pageCursor
string

Cursor of the required page

pageSize
number
default:10

Maximum number of items in the page

Required range: 1 <= x <= 100

Response

A paginated response containing Cosigner objects

data
object[]
required

The data of the current page

next
string | null

The ID of the next page

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"