For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vault Curators

Vault curator management

List vault curators

get

List enabled vault curator organizations. Authentication is optional but affects results.

Authorizations
x-api-keystringOptional

API key in the format: cc_xxx_yyy (for customer API routes)

Query parameters
limitinteger · min: 1 · max: 100OptionalDefault: 20
offsetintegerOptionalDefault: 0
Responses
200

Default Response

application/json
get/v3/vault-curators
200

Default Response

Get vault curator by ID

get

Get a single vault curator organization by ID. Authentication is optional but required to view private vault curators.

Authorizations
x-api-keystringOptional

API key in the format: cc_xxx_yyy (for customer API routes)

Path parameters
idstring · uuidRequired

Vault curator organization ID. Example: 550e8400-e29b-41d4-a716-446655440000

Query parameters
Responses
200

Default Response

application/json
organizationIdstring · uuidRequired

Vault curator organization ID

Example: 550e8400-e29b-41d4-a716-446655440000
namestringRequired

Organization name

networkIdsstring[]Required

CAIP-2 network identifiers for blockchain networks this vault curator has vaults on

Example: eip155:1
get/v3/vault-curators/{id}

Last updated

Was this helpful?