Submits signed transaction payloads to be broadcast to the blockchain on behalf of the user. This endpoint accepts cryptographically signed transaction data and broadcasts it to the blockchain network to execute the transfer.
Use this endpoint when you have signed transaction data that needs to be broadcast through the API.
Access level: Qualified investors (transfer initiator only).
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Transaction payloads broadcast successfully.
400The post of payloads for token direct transfer 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.
401Unauthorized.
403Holder must be qualified for the token.
404Token not found.
Workflow not found.
Workflow task not found.
Holder not found.
500The call to the WorkflowService API endpoint raised an error
Cannot emit transaction. Please retry.
