/api/v1/get-whitelist-addressesList the Address Book
Returns the workspace Address Book, each saved address with its display name, optionally narrowed to a single token so entries already on that token's whitelist can be flagged.
VIEW_BALANCESThese are the workspace's saved, named addresses. They are a convenience list, so
an entry here does not mean any token accepts the address: a token enforces its
own whitelist on-chain, and GET /api/v1/get-workspace-whitelist
is what tells you which tokens currently approve a given address.
Whitelist Management explains how the two layers relate,
and Managing whitelisted addresses
covers the operator workflow.
Passing contract_uid together with include_contract_match=true also flags
which entries are already on that token's whitelist, which is how a picker shows
saved addresses and their approval state in one list. The response shape
documented for this endpoint carries only address and name on each entry and
does not name the field that carries the flag, so check what comes back before
you rely on it. The per-token lists from get-workspace-whitelist are
authoritative either way.
workspace_idnumberrequiredcontract_uidnumberoptionalinclude_contract_matchbooleanoptional