Disassemble
Given the program bytes, return the TEAL source code in plain text. This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.
Authorizations
Body
string · byteOptional
Responses
200
Teal disassembly Result
application/json
400
Bad Request - Teal Compile Error
application/json
401
Invalid API Token
application/json
404
Developer API not enabled
500
Internal Error
application/json
default
Unknown Error
post
POST /v2/teal/disassemble HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Content-Type: application/x-binary
Accept: */*
Content-Length: 10
"Ynl0ZXM="
{
"result": "text"
}