Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/state/connected-synchronizers \ --header 'Authorization: Bearer <token>'
{ "connectedSynchronizers": [ { "synchronizerAlias": "<string>", "synchronizerId": "<string>" } ] }
Get the list of connected synchronizers at the time of the query.
Ledger API standard JWT token
Optional: can be empty
Show child attributes