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