Labeling Curation

Get curation vault labels

Publicly reads the vault-label row from the latest published snapshot by default. Explicit current or draft reads expose the mutable working copy. Platform operators can read every entity; entity-member sessions are restricted to vault labels owned by their entity.

get/v3/curation/vaults/{chainId}/{address}/labels

Path parameters

chainIdinteger required
addressstring required

Query parameters

labelSetstring

Label set identifier. Defaults to public.

versionstring

Version selector. Omission, latest, and production select the latest published snapshot. Explicit current and draft select the mutable working copy and require an authorized session as documented by the endpoint. Other published keys and aliases retain their stored casing.

view'curation' | 'resolved'

Read view. curation (default) returns raw label fields with the resolved block nested, mirroring the write schema so read-modify-write round-trips stay safe. resolved returns the display cascade flattened to the top level with raw fields omitted, for read-only consumers. Unknown values are rejected with 400.

Response

Vault labels. Shape follows the view parameter.

Changes

No recorded changes to this endpoint across all 1 revision of this API.