Disassemble

Disassemble program bytes into the TEAL source code.

post

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
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"
}