Skip to main content
Returns the agent configuration template β€” the set of parameters (synchronizer, settlement operator, fee parties, subscription terms, traffic pricing) that a newly onboarded agent needs to operate against this provider.
Unauthenticated β€” no signature required.

Request

Response

string
Canton synchronizer party ID.
string
Party ID of the settlement operator.
string
Party that receives traffic fees.
string
Traffic price in USD per megabyte.
string
Party that receives operational fees.
string
Node identifier for this provider.
string
Ed25519 public key of the ledger service β€” used to verify response_signature.
string
Party used for subscription-based recurring payments.
string
Subscription amount charged per cycle.
string
Traffic package required to join.
string
Canton Coin reserve required by the agent.
string
DAR package name for recurring payments.

Example

Next step

Once the agent has a local copy of the config, call RegisterAgent to join the provider’s waiting list. Onboarding sequence: GetAgentConfig β†’ RegisterAgent β†’ GetOnboardingStatus β†’ SubmitOnboardingSignature.