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 listWallets
filter
items
params
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "listWallets", "params": { "params": { "filter": { "networkIds": [ "<string>" ], "signingProviderIds": [ "<string>" ] } } } } EOF
[ { "primary": "<boolean>", "partyId": "<string>", "status": "<string>", "hint": "<string>", "publicKey": "<string>", "namespace": "<string>", "networkId": "<string>", "signingProviderId": "<string>" } ]