listAccounts
POST
JSON-RPC listAccountsProtocol Details
Inputs
Outputs
result
itemsobjectrequiredRelated Schemas
ListAccountsResult
ListAccountsResult
itemsobjectrequiredcURL
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "listAccounts"
}
EOF
Resultapplication/json
Result
[
{
"primary": "<boolean>",
"partyId": "<string>",
"status": "<string>",
"hint": "<string>",
"publicKey": "<string>",
"namespace": "<string>",
"networkId": "<string>",
"signingProviderId": "<string>"
}
]