Skip to content
This new developer portal is under construction. For complete documentation, please refer to the old developer portal.

Fast track for broadcasting a raw transaction or transaction group to the network through the tx handler without performing most of the checks and reporting detailed errors. Should be only used for development and performance testing.

POST
/v2/transactions/async

Authorizations

Request Body required

The byte encoded signed transaction to broadcast to network

string format: binary

Responses

200

400

Bad Request - Malformed Algorand transaction

An error response with optional data field.

object
data
object
message
required
string

401

Invalid API Token

An error response with optional data field.

object
data
object
message
required
string

404

Developer or Experimental API not enabled

500

Internal Error

An error response with optional data field.

object
data
object
message
required
string

503

Service Temporarily Unavailable

An error response with optional data field.

object
data
object
message
required
string

default

Unknown Error