Skip to main content
GET
/
ncw
/
wallets
/
{walletId}
TypeScript
const response: Promise<FireblocksResponse<EmbeddedWallet>> = fireblocks.embeddedWallets.getEmbeddedWallet(embeddedWalletsApiGetEmbeddedWalletRequest);
{
  "walletId": "550e8400-e29b-41d4-a716-446655440000",
  "enabled": true
}

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.

Path Parameters

walletId
string
required

Wallet Id

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Successful response

walletId
string
required

walletId

Example:

"550e8400-e29b-41d4-a716-446655440000"

enabled
boolean
required

enabled

Example:

true