Returns the payload of a transaction currently in the mempool
/mempool/transaction
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.
Mempool Transaction Response
Not found error
Server error
curl -L \ --request POST \ --url 'https://xrd.nownodes.io/core/mempool/transaction' \ --header 'Content-Type: application/json' \ --data '{"network":"{{network}}","payload_hashes":[null]}'
{ "count": 1, "payloads": [ { "hash": "text", "hash_bech32m": "text", "hex": "text", "error": "text" } ] }