Skip to main content
Poll the onboarding status for an agent. Once the provider assigns a party and issues a multihash to sign, the response will include both party_id and multihash. The request must be signed with the agent’s Ed25519 key.

Request

string
required
Ed25519 public key of the agent (hex).
MessageSignature
required
Signature proving ownership of public_key β€” see Authentication.

Response

OnboardingStatus
Current onboarding status.
string (optional)
Allocated Canton party ID, once assigned.
string (optional)
Multihash that must be signed with SubmitOnboardingSignature.
string (optional)
Populated if onboarding failed.
uint64
Waiting list position.

Next step

When multihash is populated, sign it locally and submit it with SubmitOnboardingSignature. Onboarding sequence: GetAgentConfig β†’ RegisterAgent β†’ GetOnboardingStatus β†’ SubmitOnboardingSignature.