cURL
curl --request GET \ --url https://xdg-mainnet.gomaestro-api.org/v0/rpc/mempool/info \ --header 'api-key: <api-key>'
{ "data": { "bytes": 123, "maxmempool": 123, "mempoolminfee": 123, "size": 123, "usage": 123 }, "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Mempool info
Project API Key
OK
The response is of type object.
object