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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests⦠| |||
200Transaction payloads broadcast successfully.
400Broadcast 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.
401Unauthorized
403Token not manageable with this authentication.
404Token not found.
Workflow not found.
Workflow task not found.
