New parameter: raw=true

The /mempool endpoint now supports a raw=true query parameter.

When enabled, the response includes the raw transaction data alongside the parsed fields. This is useful if you need the full, rlp encoded transaction bytes for your own decoding or analysis.

wss://puddle.network/mempool?raw=true

See the API docs for the full list of parameters.

— The Puddle Network team