<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Puddle Network Blog</title><link>https://blog.puddle.network/</link><description>Recent content on Puddle Network Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 25 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.puddle.network/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome to the Puddle Network Blog</title><link>https://blog.puddle.network/posts/welcome/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://blog.puddle.network/posts/welcome/</guid><description>Welcome to our blog !
In this blog, we will post update about the development of Puddle Network. New features and improvements will be announced here. To Keep track of the latest news, we also provide a RSS link.
A bit more about the team behind Puddle Network : We are two developers from France (Lola) and Marocco (Mourad). Together we have expertise in Ethereum, Rust and Solidity. We used our knowledge to a build a low latency mempool service and are planning to add many features.</description></item><item><title>API Documentation</title><link>https://blog.puddle.network/docs/api-docs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://blog.puddle.network/docs/api-docs/</guid><description>WebSocket API Endpoint Auth wss://puddle.network/mempool Header X-Puddle-Key: &amp;lt;your-api-key&amp;gt; Query Parameters Parameter Description to=0x... Filter by a single recipient address to=[0x...,0x...] Filter by up to 50 recipient addresses format=geth Normalize output to geth-style JSON (hash, from, to, input with 0x prefix) Code Examples Python
import asyncio, json, websockets async def main(): url = &amp;#34;wss://puddle.network/mempool&amp;#34; headers = {&amp;#34;X-Puddle-Key&amp;#34;: &amp;#34;&amp;lt;your-api-key&amp;gt;&amp;#34;} async with websockets.connect(url, extra_headers=headers) as ws: async for message in ws: tx = json.</description></item></channel></rss>