Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 2.2 KB

File metadata and controls

22 lines (14 loc) · 2.2 KB

AllowlistEntry

Properties

Name Type Description Notes
id UUID Unique identifier for the allowlist entry
address String The blockchain address
assets List<String> Assets approved for this address. Each value is either a Fireblocks asset ID (when the provider's asset maps to a Fireblocks-supported asset) or the raw provider asset symbol (when no mapping exists). Treat values as opaque strings. Possible combinations: - One or more specific asset values (e.g., `[&quot;BTC&quot;, &quot;ETH&quot;]`) See List assets for the canonical list of Fireblocks asset IDs.
networks List<String> Networks approved for this address. Each value is either a Fireblocks network ID (when the provider's network maps to a Fireblocks-supported blockchain) or the raw provider blockchain identifier (when no mapping exists). Treat values as opaque strings. Possible combinations: - One or more specific network values (e.g., `[&quot;ETHEREUM&quot;, &quot;POLYGON&quot;]`) See List blockchains for the canonical list of Fireblocks blockchain identifiers.
label String Human-readable label for the address [optional]
addressIdentifier String Additional identifier (e.g., memo, destination tag) [optional]
status AllowlistEntryStatus
addedAt OffsetDateTime ISO 8601 timestamp when entry was added
providerReferenceId String Provider's internal reference ID [optional]
providerMetadata Map<String, Object> Provider-specific pass-through data for this address. Treat as an opaque blob: the shape, set of keys, and value types vary by provider, by entry, and over time. Keys may be added, renamed, or removed without notice as providers evolve their integrations or as new providers are added. The example below illustrates one possible shape and is not a contract — do not program against specific keys. [optional]