TON CenterV3Utils
applications/api/toncenter/v3/utils/decode-opcodes-and-bodies
Query Parameters
opcodes?array<string>
List of opcodes to decode (hex or decimal)
bodies?array<string>
List of message bodies to decode (base64 or hex)
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v3/decode"{
"bodies": [
{}
],
"opcodes": [
"string"
]
}{
"code": 0,
"error": "string"
}Last updated on