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.
User API
JSON-RPC getNetwork
networkId
network
params
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "getNetwork", "params": { "params": { "networkId": "<string>" } } } EOF
{ "network": { "id": "<string>", "name": "<string>", "description": "<string>", "identityProviderId": "<string>", "auth": { "method": "<string>", "scope": "<string>", "clientId": "<string>", "audience": "<string>" }, "ledgerApi": "<string>" } }
Was this page helpful?