Skip to main content
GET
List Amplify vaults

Authorizations

x-api-key
string
header
required

API key in format: pxl_<public_id>_

Query Parameters

pageSize
number
default:25

Maximum items per page. Default: 25. Min: 1, max: 100.

Required range: 1 <= x <= 100
Example:

25

pageToken
string

Opaque token for the next page.

filter
string

Filter string. Flags: chainId, inDeprecation, requiresKyt. Example: chainId=1 AND inDeprecation=false

Example:

"chainId=1 AND inDeprecation=false"

Response

List of vaults

vaults
object[]
required

List of vaults, keyed by vault name.

nextPageToken
string | null
required

Token for the next page. null when no more results.

Example:

"eyJvZmZzZXQiOjI1fQ=="