# Canton Network Docs ## Docs - [DELETE /v2/idps/:idp-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/delete-v2idps:idp-id.md): Delete an existing identity provider configuration. - [DELETE /v2/users/:user-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/delete-v2users:user-id.md): Delete an existing user and all its rights. - [GET /livez](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-livez.md): Checks if the service is alive - [GET /readyz](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-readyz.md): Checks if the service is ready to serve requests - [GET /v2/authenticated-user](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2authenticated-user.md): Get the user data of the current authenticated user. - [GET /v2/idps](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2idps.md): List all existing identity provider configurations. - [GET /v2/idps/:idp-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2idps:idp-id.md): Get the identity provider configuration data by id. - [GET /v2/interactive-submission/preferred-package-version](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2interactive-submissionpreferred-package-version.md): A preferred package is the highest-versioned package for a provided package-name that is vetted by all the participants hosting the provided parties. - [GET /v2/package-vetting](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2package-vetting.md): Lists which participant node vetted what packages on which synchronizer. This endpoint (GET /package-vetting) is deprecated and will be removed in a future release. Please use POST /package-vetting/list instead. - [GET /v2/packages](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2packages.md): Returns the identifiers of all supported packages. - [GET /v2/packages/:package-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2packages:package-id.md): Returns the contents of a single package. - [GET /v2/packages/:package-id/status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2packages:package-idstatus.md): Returns the status of a single package. - [GET /v2/parties](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2parties.md): List the parties known by the participant. The list returned contains parties whose ledger access is facilitated by the participant and the ones maintained elsewhere. - [GET /v2/parties/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2parties:party.md): Get the party details of the given parties. Only known parties will be returned in the list. - [GET /v2/parties/participant-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2partiesparticipant-id.md): Return the identifier of the participant. All horizontally scaled replicas should return the same id. daml-on-kv-ledger: returns an identifier supplied on command line at launch time canton: returns globally unique identifier of the participant - [GET /v2/state/active-contracts-page](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2stateactive-contracts-page.md): Returns a page of the snapshot of the active contracts and incomplete (un)assignments at a ledger offset. Once all pages are fetched by repeated calls to ``GetActiveContractsPage``, the client SHOULD begin retrieving updates from the update service, starting at the ``GetActiveContractsPageResponse``… - [GET /v2/state/connected-synchronizers](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2stateconnected-synchronizers.md): Get the list of connected synchronizers at the time of the query. - [GET /v2/state/latest-pruned-offsets](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2statelatest-pruned-offsets.md): Get the latest successfully pruned ledger offsets - [GET /v2/state/ledger-end](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2stateledger-end.md): Get the current ledger end. Subscriptions started with the returned offset will serve events after this RPC was called. - [GET /v2/updates/transaction-tree-by-id/:update-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2updatestransaction-tree-by-id:update-id.md): Get transaction tree by id. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-id instead. - [GET /v2/updates/transaction-tree-by-offset/:offset](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2updatestransaction-tree-by-offset:offset.md): Get transaction tree by offset. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-offset instead. - [GET /v2/users](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2users.md): List all existing users. - [GET /v2/users/:user-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2users:user-id.md): Get the user data of a specific user or the authenticated user. - [GET /v2/users/:user-id/rights](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2users:user-idrights.md): List the set of all rights granted to a user. - [GET /v2/version](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/get-v2version.md): Read the Ledger API version - [PATCH /v2/idps/:idp-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/patch-v2idps:idp-id.md): Update selected modifiable attribute of an identity provider config resource described by the ``IdentityProviderConfig`` message. - [PATCH /v2/parties/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/patch-v2parties:party.md): Update selected modifiable participant-local attributes of a party details resource. Can update the participant's local information for local parties. - [PATCH /v2/users/:user-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/patch-v2users:user-id.md): Update selected modifiable attribute of a user resource described by the ``User`` message. - [PATCH /v2/users/:user-id/identity-provider-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/patch-v2users:user-ididentity-provider-id.md): Update the assignment of a user from one IDP to another. - [PATCH /v2/users/:user-id/rights](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/patch-v2users:user-idrights.md): Revoke rights from a user. Revoking rights does not affect the resource version of the corresponding user. - [POST /v2/commands/async/submit](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandsasyncsubmit.md): Submit a single composite command. - [POST /v2/commands/async/submit-reassignment](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandsasyncsubmit-reassignment.md): Submit a single reassignment. - [POST /v2/commands/command-completions](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandscommand-completions.md): Query completions list (blocking call) - [POST /v2/commands/completions](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandscompletions.md): Query completions list (blocking call) - [POST /v2/commands/submit-and-wait](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandssubmit-and-wait.md): Submits a single composite command and waits for its result. Propagates the gRPC error of failed submissions including Daml interpretation errors. - [POST /v2/commands/submit-and-wait-for-reassignment](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandssubmit-and-wait-for-reassignment.md): Submits a single composite reassignment command, waits for its result, and returns the reassignment. Propagates the gRPC error of failed submission. - [POST /v2/commands/submit-and-wait-for-transaction](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandssubmit-and-wait-for-transaction.md): Submits a single composite command, waits for its result, and returns the transaction. Propagates the gRPC error of failed submissions including Daml interpretation errors. - [POST /v2/commands/submit-and-wait-for-transaction-tree](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2commandssubmit-and-wait-for-transaction-tree.md): Submit a batch of commands and wait for the transaction trees response. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use submit-and-wait-for-transaction instead. - [POST /v2/contracts/contract-by-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2contractscontract-by-id.md): Looking up contract data by contract ID. This endpoint is experimental / alpha, therefore no backwards compatibility is guaranteed. This endpoint must not be used to look up contracts which entered the participant via party replication or repair service. - [POST /v2/dars](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2dars.md): Upload a DAR to the participant node - [POST /v2/dars/validate](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2darsvalidate.md): Validates the DAR and checks the upgrade compatibility of the DAR's packages with the set of the already vetted packages on the target vetting synchronizer. See ValidateDarFileRequest for details regarding the target vetting synchronizer. - [POST /v2/events/events-by-contract-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2eventsevents-by-contract-id.md): Get the create and the consuming exercise event for the contract with the provided ID. No events will be returned for contracts that have been pruned because they have already been archived before the latest pruning offset. If the contract cannot be found for the request, or all the contract-events… - [POST /v2/idps](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2idps.md): Create a new identity provider configuration. The request will fail if the maximum allowed number of separate configurations is reached. - [POST /v2/interactive-submission/execute](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2interactive-submissionexecute.md): Execute a prepared submission _asynchronously_ on the ledger. Requires `actAs` or `executeAs` scope for the submitting party when LAPI User authorization is enabled Requires a signature of the transaction from the submitting external party. - [POST /v2/interactive-submission/executeAndWait](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2interactive-submissionexecuteandwait.md): Similar to ExecuteSubmission but _synchronously_ wait for the completion of the transaction - [POST /v2/interactive-submission/executeAndWaitForTransaction](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2interactive-submissionexecuteandwaitfortransaction.md): Similar to ExecuteSubmissionAndWait but additionally returns the transaction - [POST /v2/interactive-submission/preferred-packages](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2interactive-submissionpreferred-packages.md): Compute the preferred packages for the vetting requirements in the request. A preferred package is the highest-versioned package for a provided package-name that is vetted by all the participants hosting the provided parties. - [POST /v2/interactive-submission/prepare](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2interactive-submissionprepare.md): Requires `readAs` scope for the submitting party when LAPI User authorization is enabled - [POST /v2/package-vetting](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2package-vetting.md): Update the vetted packages of this participant This endpoint (POST /package-vetting) is deprecated and will be removed in a future release. Please use POST /package-vetting/update instead. - [POST /v2/package-vetting/list](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2package-vettinglist.md): Lists which participant node vetted what packages on which synchronizer. Can be called by any authenticated user. - [POST /v2/package-vetting/update](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2package-vettingupdate.md): Update the vetted packages of this participant - [POST /v2/packages](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2packages.md): Behaves the same as /dars. This endpoint will be deprecated and removed in a future release. Upload a DAR file to the participant. - [POST /v2/parties](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2parties.md): Allocates a new party on a ledger and adds it to the set managed by the participant. Caller specifies a party identifier suggestion, the actual identifier allocated might be different and is implementation specific. Caller can specify party metadata that is stored locally on the participant. This ca… - [POST /v2/parties/external/allocate](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2partiesexternalallocate.md): The external party must be hosted (at least) on this node with either confirmation or observation permissions It can optionally be hosted on other nodes (then called a multi-hosted party). If hosted on additional nodes, explicit authorization of the hosting relationship must be performed on those no… - [POST /v2/parties/external/generate-topology](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2partiesexternalgenerate-topology.md): You may use this endpoint to generate the common external topology transactions which can be signed externally and uploaded as part of the allocate party process - [POST /v2/state/active-contracts](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2stateactive-contracts.md): Query active contracts list (blocking call). Querying active contracts is an expensive operation and if possible should not be repeated often. Consider querying active contracts initially (for a given offset) and then repeatedly call one of `/v2/updates/...`endpoints to get subsequent modifications… - [POST /v2/updates](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updates.md): Read the ledger's filtered update stream for the specified contents and filters. It returns the event types in accordance with the stream contents selected. Also the selection criteria for individual events depends on the transaction shape chosen. - [POST /v2/updates/flats](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatesflats.md): Query flat transactions update list (blocking call). Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates instead. Notice: This endpoint should be used for small results set. When number of results exceeded node configuration limit (`http-list-max-elem… - [POST /v2/updates/get-updates-page](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatesget-updates-page.md): Read a page of ledger's filtered updates. It returns the event types in accordance with the specified contents and filters. Additionally, the selection criteria for individual events depends on the transaction shape chosen. - [POST /v2/updates/transaction-by-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatestransaction-by-id.md): Get transaction by id. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-id instead. - [POST /v2/updates/transaction-by-offset](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatestransaction-by-offset.md): Get transaction by offset. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-offset instead. - [POST /v2/updates/trees](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatestrees.md): Query update transactions tree list (blocking call). Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates instead. Notice: This endpoint should be used for small results set. When number of results exceeded node configuration limit (`http-list-max-elem… - [POST /v2/updates/update-by-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatesupdate-by-id.md): Lookup an update by its ID. If there is no update with this ID, or all the events are filtered, an UPDATE_NOT_FOUND error will be raised. - [POST /v2/updates/update-by-offset](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2updatesupdate-by-offset.md): Lookup an update by its offset. If there is no update with this offset, or all the events are filtered, an UPDATE_NOT_FOUND error will be raised. - [POST /v2/users](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2users.md): Create a new user. - [POST /v2/users/:user-id/rights](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/json-api-reference/post-v2users:user-idrights.md): Grant rights to a user. Granting rights does not affect the resource version of the corresponding user. - [POST /registry/allocations/v1/:allocationId/choice-contexts/cancel](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-allocation-api/post-registryallocationsv1:allocationidchoice-contextscancel.md): Get the choice context to cancel an allocation. - [POST /registry/allocations/v1/:allocationId/choice-contexts/execute-transfer](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-allocation-api/post-registryallocationsv1:allocationidchoice-contextsexecute-transfer.md): Get the choice context to execute a transfer on an allocation. - [POST /registry/allocations/v1/:allocationId/choice-contexts/withdraw](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-allocation-api/post-registryallocationsv1:allocationidchoice-contextswithdraw.md): Get the choice context to withdraw an allocation. - [POST /registry/allocation-instruction/v1/allocation-factory](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-allocation-instruction-api/post-registryallocation-instructionv1allocation-factory.md): Get the factory and choice context for creating allocations using the `AllocationFactory_Allocate` choice. - [GET /v0/entry/all](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-ans-api/ans/get-v0entryall.md): Lists all ANS entries owned by the user. Expired entries are not included in the response, even if the corresponding contracts are still active on the ledger. - [POST /v0/entry/create](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-ans-api/ans/post-v0entrycreate.md): Requests the creation of a new ANS entry. ANS entries need to be paid and renewed via subscription payments. - [GET /livez](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/common/get-livez.md) - [GET /readyz](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/common/get-readyz.md) - [GET /status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/common/get-status.md) - [GET /version](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/common/get-version.md) - [GET /v0/acs/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/get-v0acs:party.md): **Deprecated**. Fetch the current SV participant ACS snapshot for the DSO and `party`. - [GET /v0/amulet-config-for-round](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/get-v0amulet-config-for-round.md): **Deprecated**. Retrieve some information from the `AmuletRules` selected for the given round - [GET /v0/updates/:update_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/get-v0updates:update_id.md): **Deprecated**, use /v2/updates/{update_id} instead. - [GET /v1/updates/:update_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/get-v1updates:update_id.md): Returns the update with the given update_id. Unlike /v0/updates/{update_id}, this endpoint returns responses that are consistent across different scan instances. Event ids returned by this endpoint are not comparable to event ids returned by /v0/updates. The order of items in events_by_id is not def… - [POST /v0/holdings/state](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/post-v0holdingsstate.md): Deprecated. Please use /v1/holdings/state instead. Returns the active amulet contracts for a given migration id and record time, in creation date ascending order, paged. - [POST /v0/holdings/summary](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/post-v0holdingssummary.md): Deprecated. Please use /v1/holdings/summary instead. Returns the summary of active amulet contracts for a given migration id and record time, for the given parties. This is an aggregate of `/v0/holdings/state` by owner party ID with better performance than client-side computation. - [POST /v0/state/acs](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/post-v0stateacs.md): Deprecated. Please use /v1/state/acs instead. Returns the ACS in creation date ascending order, paged, for a given migration id and record time. - [POST /v0/transactions](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/post-v0transactions.md): **Deprecated with known bugs that will not be fixed, use /v2/updates instead**. - [POST /v0/updates](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/post-v0updates.md): **Deprecated**, use /v2/updates instead. Returns the update history in ascending order, paged, from ledger begin or optionally starting after a record time. - [POST /v1/updates](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/deprecated/post-v1updates.md): Returns the update history in ascending order, paged, from ledger begin or optionally starting after a record time. Unlike /v0/updates, this endpoint returns responses that are consistent across different scan instances. Event ids returned by this endpoint are not comparable to event ids returned by… - [GET /v0/admin/validator/licenses](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0adminvalidatorlicenses.md): List all validators currently approved by members of the DSO, paginated, sorted newest-first. - [GET /v0/ans-entries](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0ans-entries.md): Lists all non-expired ANS entries whose names are prefixed with the `name_prefix`, up to `page_size` entries. - [GET /v0/ans-entries/by-name/:name](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0ans-entriesby-name:name.md): If present, the ANS entry named exactly `name`. - [GET /v0/ans-entries/by-party/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0ans-entriesby-party:party.md): If present, the first ANS entry for user `party` according to `name` lexicographic order. - [GET /v0/closed-rounds](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0closed-rounds.md): Every closed mining round on the ledger still in post-close process for the connected Splice network, in round number order, earliest-first. - [GET /v0/domains/:domain_id/members/:member_id/traffic-status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0domains:domain_idmembers:member_idtraffic-status.md): Get a member's traffic status as reported by the sequencer, according to ledger state at the time of the request. - [GET /v0/domains/:domain_id/parties/:party_id/participant-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0domains:domain_idparties:party_idparticipant-id.md): Get the ID of the participant hosting a given party. This will fail if there are multiple party-to-participant mappings for the given synchronizer and party, which is not currently supported. - [GET /v0/dso](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0dso.md) - [GET /v0/dso-party-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0dso-party-id.md): The party ID of the DSO for the Splice network connected by this Scan app. - [GET /v0/dso-sequencers](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0dso-sequencers.md): Retrieve Canton sequencer configuration for all SVs, grouped by connected synchronizer ID - [GET /v0/events/:update_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0events:update_id.md): Returns the event with the given update_id. An event bears some combination of a transaction, a contract reassignment, and a verdict. - [GET /v0/scans](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0scans.md): Retrieve Canton scan configuration for all SVs, grouped by connected synchronizer ID - [GET /v0/state/acs/snapshot-timestamp](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0stateacssnapshot-timestamp.md): Returns the timestamp of the most recent snapshot before the given date, for the given migration_id. This corresponds to the record time of the last transaction in the snapshot. - [GET /v0/state/acs/snapshot-timestamp-after](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0stateacssnapshot-timestamp-after.md): Returns the timestamp of the first snapshot after the given date, for the given migration_id or larger. - [GET /v0/unclaimed-development-fund-coupons](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0unclaimed-development-fund-coupons.md): List all unclaimed development fund coupons. - [GET /v0/validators/validator-faucets](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v0validatorsvalidator-faucets.md): For every argument that is a valid onboarded validator, return statistics on its liveness activity, according to on-ledger state at the time of the request. - [GET /v1/domains/:domain_id/parties/:party_id/participant-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v1domains:domain_idparties:party_idparticipant-id.md): Get the IDs of the participants hosting a given party. Unlike /v0, this endpoint supports parties hosted on multiple participants. - [GET /v2/updates/:update_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v2updates:update_id.md): Returns the update with the given update_id. Compared to `/v1/updates/{update_id}`, the `/v2/updates/{update_id}` removes the `offset` field in responses, which was hardcoded to 1 in `/v1/updates/{update_id}` for compatibility, and is now removed. `/v2/updates/{update_id}` sorts events lexicographic… - [GET /v2/updates/hash/:hash](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/get-v2updateshash:hash.md): Returns the update associated with the given hash of the prepared transaction. - [POST /v0/events](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v0events.md): Returns the event history in ascending order, paged, from ledger begin or optionally starting after a record time. An event bears some combination of a transaction, a contract reassignment, and a verdict. Events are ordered lexicographically by `(migration id, record time)`. For a given migration id… - [POST /v0/open-and-issuing-mining-rounds](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v0open-and-issuing-mining-rounds.md): All current open and issuing mining rounds, if the request is empty; passing contract IDs in the request can reduce the response data for polling/client-cache-update efficiency. - [POST /v0/state/acs/force](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v0stateacsforce.md): Takes a snapshot of the ACS at the current time. The responses can be used as parameters to `/v0/state/acs` to retrieve the snapshot. Disabled in production environments due to its persistent alteration of the behavior of future invocations of `/v0/state/acs`, as it causes an immediate internal snap… - [POST /v1/holdings/state](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v1holdingsstate.md): Returns the active amulet contracts for a given migration id and record time, in creation date ascending order, paged. - [POST /v1/holdings/summary](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v1holdingssummary.md): Returns the summary of active amulet contracts for a given migration id and record time, for the given parties. This is an aggregate of `/v0/holdings/state` by owner party ID with better performance than client-side computation. Unlike /v0/holdings/summary, this version does not include holding fee… - [POST /v1/state/acs](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v1stateacs.md): Returns the ACS in creation date ascending order, paged, for a given migration id and record time. Unlike /v0/state/acs, every contract is identified by an (optional) update_id (as opposed to the event ID in /v0/state/acs, which was not BFT-safe). The update_id is the ID of the update in which the c… - [POST /v2/updates](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/external/post-v2updates.md): Returns the update history in ascending order, paged, from ledger begin or optionally starting after a record time. Compared to `/v1/updates`, the `/v2/updates` removes the `offset` field in responses, which was hardcoded to 1 in `/v1/updates` for compatibility, and is now removed. `/v2/updates` sor… - [GET /v0/active-synchronizer-serial](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0active-synchronizer-serial.md): Get the current physical synchronizer serial as reported by the SV participant. - [GET /v0/admin/sv/voterequests](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0adminsvvoterequests.md): List all active `VoteRequest`\ s. - [GET /v0/backfilling/status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0backfillingstatus.md): Retrieve the status of the backfilling process. - [GET /v0/feature-support](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0feature-support.md) - [GET /v0/featured-apps](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0featured-apps.md): List every `FeaturedAppRight` registered with the DSO on the ledger. - [GET /v0/featured-apps/:provider_party_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0featured-apps:provider_party_id.md): If `provider_party_id` has a `FeaturedAppRight` registered with the DSO, return it; `featured_app_right` will be empty otherwise. - [GET /v0/featured-apps/by-contract-id/:contract_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0featured-appsby-contract-id:contract_id.md): Look up a `FeaturedAppRight` contract by its contract ID. Returns `featured_app_right` if found, empty otherwise. - [GET /v0/featured-apps/by-provider/:provider_party_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0featured-appsby-provider:provider_party_id.md): List all `FeaturedAppRight` contracts for the given provider. - [GET /v0/internal/reward-accounting-process/rounds/:round_number/activity-totals](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0internalreward-accounting-processrounds:round_numberactivity-totals.md): SV node internal API (CIP-0104, subject to change). Return the CIP-0104 per-round activity totals for the specified round number. - [GET /v0/internal/reward-accounting-process/rounds/:round_number/batches/:batch_hash](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0internalreward-accounting-processrounds:round_numberbatches:batch_hash.md): SV node internal API (CIP-0104, subject to change). Returns the contents of a reward batch identified by its hash. The response is either a list of child batch hashes (for internal nodes) or a list of minting allowances (for leaf nodes). - [GET /v0/internal/reward-accounting-process/rounds/:round_number/root-hash](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0internalreward-accounting-processrounds:round_numberroot-hash.md): SV node internal API (CIP-0104, subject to change). Returns the root hash computed for the specified round. - [GET /v0/internal/reward-accounting-process/rounds/earliest-available](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0internalreward-accounting-processroundsearliest-available.md): SV node internal API (CIP-0104, subject to change). Returns the earliest round for which CIP-0104 reward accounting activity records are complete. - [GET /v0/lsu](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0lsu.md): Retrieve information on the next logical synchronizer upgrade (LSU) - [GET /v0/migrations/last](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0migrationslast.md): Returns the last migration id that was configured for the synchronizer upgrades. - [GET /v0/migrations/schedule](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0migrationsschedule.md): If the DSO has scheduled a synchronizer upgrade, return its planned time and the new migration ID. - [GET /v0/roll-forward-lsu](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0roll-forward-lsu.md): Retrieve information on a roll-forward LSU - [GET /v0/splice-instance-names](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0splice-instance-names.md): Retrieve the UI names of various elements of this Splice network. - [GET /v0/sv-bft-sequencers](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0sv-bft-sequencers.md): Retrieve Canton BFT sequencer configuration for this SV, for each configured Synchronizer - [GET /v0/synchronizer-bootstrapping-transactions/:domain_id_prefix](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0synchronizer-bootstrapping-transactions:domain_id_prefix.md) - [GET /v0/synchronizer-identities/:domain_id_prefix](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0synchronizer-identities:domain_id_prefix.md) - [GET /v0/transfer-command-counter/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0transfer-command-counter:party.md): Lookup a TransferCommandCounter by the receiver party. - [GET /v0/transfer-command/status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0transfer-commandstatus.md): Retrieve the status of all transfer commands (up to a limit of 100) of the given sender for the specified nonce. - [GET /v0/transfer-preapprovals/by-party/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0transfer-preapprovalsby-party:party.md): Lookup a TransferPreapproval by the receiver party. - [GET /v0/voterequests/:vote_request_contract_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/get-v0voterequests:vote_request_contract_id.md): Look up a `VoteRequest` by contract ID. - [POST /v0/admin/sv/previous-sv-reward-weight](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0adminsvprevious-sv-reward-weight.md) - [POST /v0/admin/sv/voteresults](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0adminsvvoteresults.md) - [POST /v0/amulet-rules](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0amulet-rules.md) - [POST /v0/ans-rules](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0ans-rules.md) - [POST /v0/backfilling/migration-info](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0backfillingmigration-info.md): List all previous synchronizer migrations in this Splice network's history. - [POST /v0/backfilling/updates-before](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0backfillingupdates-before.md): Retrieve transactions and synchronizer reassignments prior to the request's specification. - [POST /v0/external-party-amulet-rules](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0external-party-amulet-rules.md) - [POST /v0/voterequest](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/internal/post-v0voterequest.md): Look up several `VoteRequest`\ s at once by their contract IDs. - [GET /v0/history/bulk/acs](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/pre-alpha/get-v0historybulkacs.md): **Under Development, do not use in production yet** Get download URLs and metadata for an ACS snapshot available for bulk download, at or before a certain record time. - [POST /v0/history/bulk/updates](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/pre-alpha/post-v0historybulkupdates.md): **Under Development, do not use in production yet** Get download URLs and metadata for update history objects available for bulk download, between two record times. Note that the returned objects may include also updates outside of the requested record time range (since only full objects are served… - [GET /v0/amulet-price/votes](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/scan/get-v0amulet-pricevotes.md): Retrieve a list of the latest amulet price votes - [POST /v0/backfilling/import-updates](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-api/scan/post-v0backfillingimport-updates.md) - [POST /v0/scan-proxy/holdings/summary](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/deprecated/post-v0scan-proxyholdingssummary.md): Deprecated. Please use /v1/scan-proxy/holdings/summary instead. Returns the summary of active amulet contracts for a given migration id and record time, for the given parties. This is an aggregate of `/v0/holdings/state` by owner party ID with better performance than client-side computation. - [GET /v0/scan-proxy/amulet-rules](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyamulet-rules.md) - [GET /v0/scan-proxy/ans-entries](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyans-entries.md) - [GET /v0/scan-proxy/ans-entries/by-name/:name](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyans-entriesby-name:name.md) - [GET /v0/scan-proxy/ans-entries/by-party/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyans-entriesby-party:party.md) - [GET /v0/scan-proxy/dso](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxydso.md) - [GET /v0/scan-proxy/dso-party-id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxydso-party-id.md) - [GET /v0/scan-proxy/featured-apps/:provider_party_id](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyfeatured-apps:provider_party_id.md) - [GET /v0/scan-proxy/open-and-issuing-mining-rounds](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyopen-and-issuing-mining-rounds.md) - [GET /v0/scan-proxy/transfer-command-counter/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxytransfer-command-counter:party.md) - [GET /v0/scan-proxy/transfer-command/status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxytransfer-commandstatus.md): Retrieve the status of all transfer commands of the given sender for the specified nonce. - [GET /v0/scan-proxy/transfer-preapprovals/by-party/:party](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxytransfer-preapprovalsby-party:party.md) - [GET /v0/scan-proxy/unclaimed-development-fund-coupons](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/get-v0scan-proxyunclaimed-development-fund-coupons.md): List all unclaimed development fund coupons. - [POST /v0/scan-proxy/ans-rules](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/post-v0scan-proxyans-rules.md) - [POST /v1/scan-proxy/holdings/summary](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-proxy-api/scan-proxy/post-v1scan-proxyholdingssummary.md): Returns the summary of active amulet contracts for a given migration id and record time, for the given parties. This is an aggregate of `/v0/holdings/state` by owner party ID with better performance than client-side computation. Unlike /v0/scan-proxy/holdings/summary, this version does not include h… - [GET /v0/history/bulk/download/:object_key](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-scan-streaming-api/pre-alpha/get-v0historybulkdownload:object_key.md): Download a bulk storage object - [GET /registry/metadata/v1/info](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-token-metadata-service/get-registrymetadatav1info.md): Get information about the registry. The response includes the standards supported by the registry. - [GET /registry/metadata/v1/instruments](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-token-metadata-service/get-registrymetadatav1instruments.md): List all instruments managed by this instrument admin. - [GET /registry/metadata/v1/instruments/:instrumentId](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-token-metadata-service/get-registrymetadatav1instruments:instrumentid.md): Retrieve an instrument's metadata. - [POST /registry/transfer-instruction/v1/:transferInstructionId/choice-contexts/accept](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-transfer-instruction-api/post-registrytransfer-instructionv1:transferinstructionidchoice-contextsaccept.md): Get the choice context to accept a transfer instruction. - [POST /registry/transfer-instruction/v1/:transferInstructionId/choice-contexts/reject](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-transfer-instruction-api/post-registrytransfer-instructionv1:transferinstructionidchoice-contextsreject.md): Get the choice context to reject a transfer instruction. - [POST /registry/transfer-instruction/v1/:transferInstructionId/choice-contexts/withdraw](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-transfer-instruction-api/post-registrytransfer-instructionv1:transferinstructionidchoice-contextswithdraw.md): Get the choice context to withdraw a transfer instruction. - [POST /registry/transfer-instruction/v1/transfer-factory](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-transfer-instruction-api/post-registrytransfer-instructionv1transfer-factory.md): Get the factory and choice context for executing a direct transfer. - [GET /v0/wallet/transfer-offers](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-wallet-api-external/wallet/get-v0wallettransfer-offers.md): List all open transfer offers where the user is either sender or receiver. - [POST /v0/wallet/buy-traffic-requests](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-wallet-api-external/wallet/post-v0walletbuy-traffic-requests.md): Create a request to buy traffic. Note that this only creates the request to do so. Refer to the status endpoint to check if the request succeeded. - [POST /v0/wallet/buy-traffic-requests/:tracking_id/status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-wallet-api-external/wallet/post-v0walletbuy-traffic-requests:tracking_idstatus.md): Check the status of a buy traffic request with a given tracking id. - [POST /v0/wallet/transfer-offers](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-wallet-api-external/wallet/post-v0wallettransfer-offers.md): Create an offer to directly transfer a given amount of Amulet to another party. Direct transfers are a three-step process: 1. The sender creates a transfer offer 2. The receiver accepts the offer 3. The sender's wallet automation consumes the accepted offer and transfers the amount. Amulets are n… - [POST /v0/wallet/transfer-offers/:tracking_id/status](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/reference/splice-wallet-api-external/wallet/post-v0wallettransfer-offers:tracking_idstatus.md): Check the status of a transfer offer with a given tracking id. ## OpenAPI Specs - [wallet-internal](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/validator/wallet-internal.yaml) - [wallet-external](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/validator/wallet-external.yaml) - [validator-internal](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/validator/validator-internal.yaml) - [scan-proxy](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/validator/scan-proxy.yaml) - [ans-external](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/validator/ans-external.yaml) - [transfer-instruction-v1](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/token-standard/transfer-instruction-v1.yaml) - [token-metadata-v1](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/token-standard/token-metadata-v1.yaml) - [allocation-v1](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/token-standard/allocation-v1.yaml) - [allocation-instruction-v1](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/token-standard/allocation-instruction-v1.yaml) - [scan](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/scan/scan.yaml) - [scan-stream-server](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/splice/scan/scan-stream-server.yaml) - [openapi](https://cantonfoundation-generated-references-wallet-gateway-openrp.mintlify.app/openapi/json-ledger-api/openapi.yaml)