listNetworks
POST
JSON-RPC listNetworksProtocol Details
Inputs
Outputs
result
networksarray[object]requiredRelated Schemas
result
result
networksarray[object]requiredHistory
Updated
1.4.0description updated
cURL
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "listNetworks"
}
EOF
Resultapplication/json
Result
{
"networks": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"identityProviderId": "<string>",
"ledgerApi": "<string>",
"authMethod": "<string>"
}
]
}