cURL
curl --request GET \ --url https://story-rpc-001.originstake.com/unconfirmed_txs
{ "response": { "n_txs": "<string>", "total": "<string>", "total_bytes": "<string>", "txs": [ {} ] } }
Get list of unconfirmed transactions
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?