Sync dApp API
JSON-RPC listAccounts
items
ListAccountsResult
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "listAccounts" } EOF
[ { "primary": "<boolean>", "partyId": "<string>", "status": "<string>", "hint": "<string>", "publicKey": "<string>", "namespace": "<string>", "networkId": "<string>", "signingProviderId": "<string>" } ]