Decode opcodes (hex or decimal) and message bodies (base64 or hex).
cURL
curl --request GET \ --url https://toncenter.com/api/v3/decode
{ "opcodes": [ "jetton_transfer" ], "bodies": [ { "type": "jetton_transfer", "data": { "amount": "1000000000", "destination": "0:abcd...", "response_destination": null, "custom_payload": null } } ] }
List of opcodes to decode (hex or decimal).
List of message bodies to decode (base64 or hex).
OK
Decoded opcode names or identifiers.
Decoded message bodies as structured objects (scheme-dependent).
Was this page helpful?