Submit Signed Transaction Payloads for Token Action

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.

Use this endpoint when you have signed transaction data that needs to be broadcast through the API.

šŸ” Access level: Only agents of the token. User must be the initiator of the transaction.

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

Object containing task signed payload to broadcast.

tasks*
Responses
200

Transaction payloads broadcast successfully.

400

Broadcast Transaction operation failed due to invalid data.

Transaction payload is not properly signed.

Transaction signer does not match expected wallet address.

Invalid transaction format or structure.

Transaction parsing failed: data too short.

Invalid hex string format.

Transaction is not signed.

Signer mismatch. Expected wallet address does not match actual signer.

Workflow is not in a valid status to log a transaction.

Task already completed.

You cannot modify a workflow that does not belong to you.

401

Unauthorized

403

Token not manageable with this authentication.

404

Token not found.
Workflow not found.
Workflow task not found.

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