Skip to main content
GET
List MicroVaults
List active MicroVaults and vault deployments that are still provisioning.
MicroVaults are in private preview for enabled sandbox organizations on Ethereum Sepolia.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:25

Maximum number of records to return in this page.

Required range: 1 <= x <= 100
cursor
string

Opaque continuation token from the preceding response's nextCursor. Omit for the first page.

Maximum string length: 512

Response

MicroVaults and deployments in progress.

items
object[]
required

Active MicroVaults in this page.

nextCursor
string | null
required

Continuation token for the next page, or null when this is the last page.

provisionings
object[]
required

Vault creations that have not reached an active state.

creation
object | null
required

Organization readiness and authority for creating MicroVaults, or null when onboarding has not started.