cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/mempool/info \ --header 'api-key: <api-key>'
{ "data": { "bytes": 123, "fullrbf": true, "incrementalrelayfee": 123, "loaded": true, "maxmempool": 123, "mempoolminfee": 123, "minrelaytxfee": 123, "size": 123, "total_fee": 123, "unbroadcastcount": 123, "usage": 123 }, "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Returns size, memory usage, fee thresholds, and Replace-By-Fee (RBF) state. Useful for gauging current congestion and planning fees accordingly.
Project API Key
OK
The response is of type object.
object