Async
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
Authorizations
Body
string · binaryOptional
Responses
200Success
400
Bad Request - Malformed Algorand transaction
application/json
401
Invalid API Token
application/json
500
Internal Error
application/json
503
Service Temporarily Unavailable
application/json
default
Unknown Error
post
POST /v2/transactions/async HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Content-Type: application/x-binary
Accept: */*
Content-Length: 8
"binary"
No content