Skip to main content
GET
/
api
/
v3
/
decode
Decode Opcodes and Bodies
curl --request GET \
  --url https://toncenter.com/api/v3/decode
{
  "bodies": [
    {}
  ],
  "opcodes": [
    "<string>"
  ]
}

Query Parameters

opcodes
string[]

List of opcodes to decode (hex or decimal)

bodies
string[]

List of message bodies to decode (base64 or hex)

Response

OK

bodies
object[]
opcodes
string[]