Skip to main content
GET
/
internal_wallets
/
{walletId}
/
{assetId}
TypeScript
const response: Promise<FireblocksResponse<WalletAsset>> = fireblocks.internalWallets.getInternalWalletAsset(internalWalletsApiGetInternalWalletAssetRequest);
{
  "id": "<string>",
  "balance": "<string>",
  "lockedAmount": "<string>",
  "address": "<string>",
  "tag": "<string>",
  "activationTime": "<string>"
}

Path Parameters

walletId
string
required

The ID of the wallet

assetId
string
required

The ID of the asset to return

Response

A Wallet Asset object

id
string
balance
string
lockedAmount
string
status
enum<string>
Available options:
WAITING_FOR_APPROVAL,
APPROVED,
CANCELLED,
REJECTED,
FAILED
address
string
tag
string
activationTime
string