Skip to main content
GET
/
management
/
api_users
/
{userId}
/
whitelist_ip_addresses
TypeScript
const response: Promise<FireblocksResponse<GetWhitelistIpAddressesResponse>> = fireblocks.whitelistIpAddresses.getWhitelistIpAddresses(whitelistIpAddressesApiGetWhitelistIpAddressesRequest);
{
  "userId": "<string>",
  "whitelistedIps": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

userId
string
required

The ID of the api user

Response

successfully got whitelisted ip addresses

userId
string

The ID of the user

whitelistedIps
string[] | null

List of whitelisted ip addresses