Returns the hashes of all the transactions currently in the mempool
The logical name of the network
{{network}}
POST /mempool/list HTTP/1.1 Host: xrd.nownodes.io Content-Type: application/json Accept: */* Content-Length: 25 { "network": "{{network}}" }
Mempool List Response
{ "contents": [ { "intent_hash": "text", "intent_hash_bech32m": "text", "payload_hash": "text", "payload_hash_bech32m": "text" } ] }