User API
JSON-RPC listNetworks
networks
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "listNetworks" } EOF
{ "networks": [ { "id": "<string>", "name": "<string>", "description": "<string>", "identityProviderId": "<string>", "auth": { "method": "<string>", "scope": "<string>", "clientId": "<string>", "audience": "<string>" }, "ledgerApi": "<string>" } ] }