Documentation Index
Fetch the complete documentation index at: https://cantonfoundation-api-reference-details-history.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Details and history
User API details and history
Generated-source metadata, version coverage, method inventory, and per-version changes for this source stream.
JSON-RPC0.25.0Since 0.24.0
Generated from
Generated reference pages
Operation pages are generated from the publish-version OpenRPC document, with history calculated across selected snapshots.
Version summary
Active since / addedChangedRemovedDeprecated
| VERSION | STATUS | SUMMARY |
|---|---|---|
0.24.0 | 0 surface changes | No surface changes detected in the selected inputs. |
0.25.0 | 0 surface changes | No surface changes detected in the selected inputs. |
Current reference inventory
Published methods
These methods are present in the publish version and link to the generated operation pages.| TYPE | STATUS | SUMMARY |
|---|---|---|
| addIdp | Since 0.24.0 | Adds a new identity provider. |
| addNetwork | Since 0.24.0 | Adds a new network configuration (similar to EIP-3085). |
| addSession | Since 0.24.0 | Adds a network session. |
| allocatePartyForWallet | Since 0.24.0 | Allocates a party for an already initialized wallet if external signing is complete. |
| createWallet | Since 0.24.0 | Creates a new wallet and party with the given hint. |
| deleteTransaction | Since 0.24.0 | Deletes a pending transaction. Only transactions with status ‘pending’ can be deleted. |
| execute | Since 0.24.0 | Executes a signed transaction. |
| getTransaction | Since 0.24.0 | - |
| getUser | Since 0.24.0 | Returns information about the current user, including whether they are an admin. |
| isWalletSyncNeeded | Since 0.24.0 | Checks if wallet sync is needed (disabled wallets or new parties on ledger). |
| listIdps | Since 0.24.0 | - |
| listNetworks | Since 0.24.0 | - |
| listSessions | Since 0.24.0 | - |
| listTransactions | Since 0.24.0 | - |
| listWallets | Since 0.24.0 | Lists wallets. |
| removeIdp | Since 0.24.0 | Removes an identity provider. Fails if an existing network is using the identity provider. |
| removeNetwork | Since 0.24.0 | Removes a new network configuration (similar to EIP-3085). |
| removeSession | Since 0.24.0 | Removes the current network session. |
| removeWallet | Since 0.24.0 | Removes a party with the given hint. |
| setPrimaryWallet | Since 0.24.0 | Sets the specified wallet as the primary wallet for dApp usage. |
| sign | Since 0.24.0 | Signs the provided data with the private key of the specified or active party. |
| syncWallets | Since 0.24.0 | Synchronizes wallets with the connected network. |
Change details
0.24.0Initial selected snapshot
22 methods were present when this source stream first appears in the selected inputs.
Known limits
- Change detection is structural and compares selected generated inputs; it does not infer behavioral compatibility.
- Method-level additions, removals, and changed request or result shapes are tracked when they are present in the selected snapshots.
- Lifecycle labels and replacement links are included only when the source document carries that metadata.