Get allowlist for connected account
Retrieves the address allowlist for a specified connected account.
Note: This endpoint is currently in beta and might be subject to changes. Currently supports CoinbaseExchange accounts only.
Path Parameters
The connected account identifier
Query Parameters
Filter by allowlist entry status Current status of the allowlist entry.
ACTIVE— Entry is approved and usable.PENDING_PROVIDER_COOLDOWN— Entry was recently added or modified and is in the provider-enforced cooldown window before becoming active.PENDING_PROVIDER_REVIEW— Entry is awaiting provider-side review.PENDING_APPROVAL— Entry is awaiting customer/admin approval on the Fireblocks side.REJECTED— Entry was rejected at submission time and will not become active.REMOVED— Entry was deactivated after previously being active. May still appear in results for audit purposes.
ACTIVE, PENDING_PROVIDER_COOLDOWN, PENDING_PROVIDER_REVIEW, PENDING_APPROVAL, REJECTED, REMOVED "ACTIVE"
Filter by Fireblocks asset ID.
See List assets for the canonical list of Fireblocks asset IDs.
Filter by Fireblocks network ID.
See List blockchains for the canonical list of Fireblocks blockchain identifiers.
Filter by specific address
Pagination cursor for next page
Maximum number of entries to return
1 <= x <= 1000Field to sort results by.
addedAt, lastSyncedAt Sort order (ASC or DESC).
ASC, DESC "ASC"
Response
Allowlist entries response
Array of allowlist entries
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"assets": ["BTC", "ETH"],
"networks": ["ETHEREUM", "POLYGON"],
"label": "Coinbase Hot Wallet",
"addressIdentifier": null,
"status": "ACTIVE",
"addedAt": "2024-01-15T10:30:00Z",
"providerReferenceId": "CB-SAMPLE-001"
}
]Total number of allowlist entries
42
Allowlist-specific metadata
Cursor for the next page of results, if available
"eyJsYXN0SWQiOiJlbnRyeS0wMDQifQ=="