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.
/v2/teal/disassemble
Teal disassembly Result
Bad Request - Teal Compile Error
Invalid API Token
Developer API not enabled
Internal Error
Unknown Error
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v2/teal/disassemble' \ --header 'X-Algo-API-Token: api_key <apiKey>' \ --header 'Content-Type: application/x-binary'
{ "result": "text" }