Skip to content

Broadcasts a raw transaction or transaction group to the network.

POST
/v2/transactions
skip-pq-address-check
boolean

Skip post-quantum address checks, including the check that rejects TEAL v13 or later LogicSig escrow addresses whose program hash is an Edwards25519 curve point. This should only be used if you understand the risks and know what you are doing.

The byte encoded signed transaction to broadcast to network

string format: binary

Transaction ID of the submission.

object
txId
required

Encoding of the transaction hash.

string

Bad Request - Malformed Algorand transaction

An error response with optional data field.

object
data
object
message
required
string

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

Internal Error

An error response with optional data field.

object
data
object
message
required
string

Service Temporarily Unavailable

An error response with optional data field.

object
data
object
message
required
string

Unknown Error