Returns the payload of a transaction currently in the mempool
The logical name of the network
{{network}}
A list of payload hashes to attempt to read. Each hash must be either hex, or in Bech32m format.
POST /mempool/transaction HTTP/1.1 Host: xrd.nownodes.io Content-Type: application/json Accept: */* Content-Length: 51 { "network": "{{network}}", "payload_hashes": [ "text" ] }
Mempool Transaction Response
{ "count": 1, "payloads": [ { "hash": "text", "hash_bech32m": "text", "hex": "text", "error": "text" } ] }