Submit Signed Transaction Payloads for Direct Transfer

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).

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

Array of objects containing a task id and its signed payloads.

tasks*
string
required

Valid wallet address of the transfer signer.

Responses
200

Transaction payloads broadcast successfully.

400

The 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.

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

Cannot emit transaction. Please retry.

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