Skip to main content
GET
/
connected_accounts
/
{accountId}
/
allowlist
/
{allowlistId}
TypeScript
const response: Promise<FireblocksResponse<AllowlistEntryResponse>> = fireblocks.connectedAccountsBeta.getConnectedAccountAllowlistEntry(connectedAccountsBetaApiGetConnectedAccountAllowlistEntryRequest);
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
    "assets": [
      "BTC",
      "ETH"
    ],
    "networks": [
      "ETHEREUM",
      "POLYGON"
    ],
    "status": "ACTIVE",
    "addedAt": "2024-01-15T10:30:00Z",
    "label": "Coinbase Hot Wallet",
    "addressIdentifier": null,
    "providerReferenceId": "CB-SAMPLE-001",
    "providerMetadata": {
      "coinbase_exchange_id": "1234567890"
    }
  },
  "metadata": {
    "lastSyncedAt": "2026-05-01T15:30:00Z",
    "syncStatus": "SUCCESS"
  }
}

Path Parameters

accountId
string
required

The connected account identifier

allowlistId
string
required

The Fireblocks allowlist entry identifier

Response

Allowlist entry response

Single allowlist entry envelope, paired with the account-level allowlist sync metadata.

data
object
required
metadata
object

Allowlist-specific metadata