Skip to main content
Returns the remaining prepaid Canton traffic balance for the authenticated party. Use it to monitor headroom before submitting transactions and to surface low-balance warnings in agent dashboards.

Request

message GetPrepaidTrafficBalanceRequest {}

Response

balance
string
Remaining prepaid traffic balance, expressed in the same units as TrafficEstimate.total_cost.
updated_at
Timestamp (optional)
When the balance was last refreshed on the provider side.

Example

grpcurl orderbook-devnet.silvana.dev:443 \
  silvana.ledger.v1.DAppProviderService/GetPrepaidTrafficBalance

See also

  • Transaction flow — every prepared transaction returns a TrafficEstimate; compare it against this balance before executing.
  • GetBalances — token balances (CC, CIP-56), separate from traffic.