Skip to main content
GET
/
vault
/
accounts
/
{vaultAccountId}
/
circle_gateway
TypeScript
const response: Promise<FireblocksResponse<CircleGatewayWalletInfoResponse>> = fireblocks.vaults.getCircleGatewayWalletInfoBeta(vaultsApiGetCircleGatewayWalletInfoBetaRequest);
{
  "walletId": "b68a9e08-b59c-4ff9-893f-52d4f78c21e6",
  "type": "CIRCLEGATEWAY",
  "status": "ACTIVATED",
  "symbol": "USDC",
  "assetIds": [
    "USDC"
  ]
}

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

vaultAccountId
string<numeric>
required

The ID of the vault account

Response

Circle Gateway wallet information

walletId
string
required

The Circle Gateway wallet identifier

Example:

"b68a9e08-b59c-4ff9-893f-52d4f78c21e6"

type
string
required

The Circle Gateway provider identifier

Example:

"CIRCLEGATEWAY"

status
enum<string>
required

Current activation status of the Circle Gateway wallet

Available options:
ACTIVATED,
DEACTIVATED
Example:

"ACTIVATED"

symbol
string
required

The token symbol supported by this wallet (e.g. USDC)

Example:

"USDC"

assetIds
string[]
required

Fireblocks asset IDs available for this wallet

Example:
["USDC"]