Log Blockchain Transaction Hash for Direct Transfer

Records the blockchain transaction hash for a direct transfer that has already been signed and broadcast to the blockchain. This endpoint logs the transaction hash in the system to track the on-chain confirmation status.
Use this endpoint when the transaction has been broadcast externally and you need to register the transaction hash in the system.
Access level: Qualified investors (transfer initiator only).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required

Unique id of the workflow task to be executed.

string
required

Transaction hashed signed via ConnectWallet.

Responses
200

Transaction hash logged successfully.

400

TxHash for token direct transfer operation failed due to invalid data.

Invalid workflow type for this transfer: {workflow.type}.

You cannot execute a transfer that is {workflow.status}.

You cannot execute a transfer that you do not have created.

401

Unauthorized.

403

Holder must be qualified for the token.

404

Token not found.

Workflow not found.

Workflow task not found.

Holder not found.

500

The call to the WorkflowService API endpoint raised an error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!