v1
latestOpenAPI 3.1.02026-07-26102158206.8 KBKMS
List KMS instances
Query available KMS instances with pagination. Filter by onchain status to find instances with blockchain integration.
get/api/v1/kms
Query parameters
pageinteger
Page number (1-indexed)
Page number (1-indexed)
page_sizeinteger
Items per page (1-100)
Items per page (1-100)
is_onchainboolean nullable
Filter: true=onchain only, false=offchain only, omit=all
Filter: true=onchain only, false=offchain only, omit=all
Response
Successful Response
Example response
{
"items": [
{
"id": "kms_0123abcd"
}
]
}