Skip to main content
Returns DSO (Decentralised Synchronizer Operator) rate information — Canton Coin to USD rate, current mining round, amulet price, and lists of open and issuing mining rounds. Useful for pricing fees and scheduling payments.

Request

message GetDsoRatesRequest {}

Response

cc_usd_rate
string
Current CC/USD exchange rate (decimal string).
amulet_price
string
Amulet price for the current round.
current_round
uint64
Current mining round number.
dso_party_id
string
DSO party identifier.
Featured-app rewards issuance rate.
open_mining_rounds
OpenMiningRound[]
Active mining rounds accepting transfers.
issuing_mining_rounds
IssuingMiningRound[]
Rounds currently issuing rewards.

Example

grpcurl rpc-devnet.modo-api.app:443 \
  silvana.ledger.v1.DAppProviderService/GetDsoRates

See also

  • GetAmulets — pick amulets to consume in a Canton Coin operation.
  • GetBalances — total token balances for the authenticated party.
  • TransferCc — use the CC/USD rate to schedule payments.