Entities

Create entity governance address

Creates a platform-verified, chain-scoped governance address for a KYBed entity. Because these addresses are ownership evidence for vault claims, writes require a platform-admin session and the corresponding CSRF token.

post/v3/entities/{id}/addresses

Path parameters

idstring required

Request body

chainIdinteger required
addressstring required

Valid EVM address. Lowercase or correctly checksummed mixed-case input is accepted.

labelstring nullable

Optional human-readable governance address label.

Response

Entity governance address was created.

Changes

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