Query available KMS instances with pagination. Filter by onchain status to find instances with blockchain integration.
cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/kms
{ "items": [ { "id": "<string>", "url": "<string>", "version": "<string>", "slug": "<string>", "chain_id": 123, "kms_contract_address": "<string>", "gateway_app_id": "<string>" } ], "total": 123, "page": 123, "page_size": 123, "pages": 123 }
Page number (1-indexed)
x >= 1
Items per page (1-100)
1 <= x <= 100
Filter: true=onchain only, false=offchain only, omit=all
Successful Response
Paginated KMS list response.
Show child attributes
Was this page helpful?