Get number of unconfirmed transactions
curl --request GET \ --url https://story-rpc-001.originstake.com/num_unconfirmed_txs
{ "response": { "n_txs": "<string>", "total": "<string>", "total_bytes": "<string>" } }
Unconfirmed transactions count
Show Properties
Number of transactions
Total number of unconfirmed transactions
Total size of unconfirmed transactions in bytes
Was this page helpful?