Predict the next N app IDs that will be assigned to the team’s wallet. Maximum 20 predictions allowed.
cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/kms/phala/next_app_id
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Number of app IDs to predict (1-20)
1 <= x <= 20
Successful Response
Was this page helpful?