Get list of unconfirmed transactions
curl --request GET \ --url https://story-rpc-001.originstake.com/unconfirmed_txs
{ "response": { "n_txs": "<string>", "total": "<string>", "total_bytes": "<string>", "txs": [ {} ] } }
Maximum number of unconfirmed transactions to return (max: 100)
Unconfirmed transactions
Show Properties
Number of transactions returned
Total number of unconfirmed transactions
Total size of unconfirmed transactions in bytes
List of transactions
Was this page helpful?