Decode opcodes and message bodies. Opcodes can be in hex (with or without 0x prefix) or decimal format. Bodies should be in base64 or hex format.
cURL
curl --request GET \ --url https://toncenter.com/api/v3/decode
{ "bodies": [ {} ], "opcodes": [ "<string>" ] }
List of opcodes to decode (hex or decimal)
List of message bodies to decode (base64 or hex)
OK
Was this page helpful?