Decodes opcodes and message bodies into human-readable form. Opcodes can be in hex (with or without 0x prefix) or decimal format. Bodies should be in base64 or hex format. Maximum 1000 items per list. Use POST for long parameter lists that may be truncated in GET requests.
Request body for the decode endpoint. Accepts lists of opcodes (hex or decimal format) and message bodies (base64 or hex format) to be decoded into human-readable form.
Decoded opcodes and message bodies.
Response from the decode endpoint containing decoded opcode names and parsed message body structures.
Array of decoded message bodies. Each entry is a structured object with the decoded opcode name and parsed payload fields. Entries that could not be decoded return the raw data.
Array of decoded opcode names corresponding to the input opcodes. Unknown opcodes return the original value unchanged.