Transactions
Authorizations
Body
string · binaryOptional
Responses
200
Transaction ID of the submission.
application/json
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 HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Content-Type: application/x-binary
Accept: */*
Content-Length: 8
"binary"
{
"txId": "text"
}