Skip to main content
GET
/
workspace
TypeScript
const response: Promise<FireblocksResponse<Workspace>> = fireblocks.workspace.getWorkspace();
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "My Workspace"
}

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.

Response

Workspace details

id
string
required

The ID of the workspace

Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string
required

The name of the workspace

Example:

"My Workspace"