Skip to main content
POST
cURL

Body

application/json

Request to verify the outcome of a transfer of Registry Utility assets on Canton.

updateId
string
required

For the two-step transfer workflow, specifies the most recent UpdateId. If the transfer has completed its second step (accept, reject, or withdraw), use the UpdateId associated with that action. Otherwise, use the UpdateId from the initial transfer offer.

transfer
object
required

The transfer payload containing transaction details known only to the sender and receiver.

Response

Transfer proof verified. The status field indicates the transfer outcome (Success, Pending, or Failure). See the endpoint description for details.

The outcome of verifying a transfer proof.

status
enum<string>
required

The status of the transfer proof verification:

  • Success: The proof is verified and the transfer was successfully concluded
  • Failure: The proof is verified, but the transfer did not successfully conclude.
  • Pending: The transaction is still in progress (e.g., a transfer offer has been sent but not yet accepted in a two-step flow).
Available options:
Success,
Failure,
Pending