Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Get Global Synchronizer Id programmatically?Forum ↗

Get Global Synchronizer Id programmatically?

App Development2 posts57 views1 likesLast activity Dec 2025
WA
WallaceKellyOP
Dec 2025

How can I get the Global Synchronizer Id programmatically?

WA
WallaceKelly
Dec 2025

The Scan Proxy API has an /v0/scan-proxy/dso endpoint which returns the “DSO rules.” The domain id of the DSO rules will always be the Global Synchronizer Id.

curl --silent \
  http://wallet.localhost:2000/api/validator/v0/scan-proxy/dso \
  --header 'Authorization: Bearer eyJhbGciOi...' \
  | jq --raw-output '.dso_rules.domain_id'
global-domain::1220b0a0...
← Back to Discussions