NaaS — Global Account
Manage Whitelist
POST /v2/naas/whitelist — create a wallet group or add an address to an existing group.
This endpoint has two modes depending on the payload fields provided.
Response
Use the returned
Response
Create a wallet group
Provide onlywalletName to create a new Fireblocks external wallet group.
Payload:
| Field | Required | Description |
|---|---|---|
walletName | Yes | Name for the new wallet group |
200:
walletId when adding addresses to this group.
Add an address to a group
ProvidewalletId plus address details to register a new address under an existing group.
Payload:
| Field | Required | Description |
|---|---|---|
walletName | Yes | Name of the existing group |
walletId | Yes | Fireblocks wallet group ID (from the create response) |
address | Yes | Destination crypto address |
addressName | Yes | Human-readable label for this address |
currencyCode | Yes | Asset code (e.g. USDT_ETH, BTC) |
200:

