GET
/
unconfirmed_txs
curl --request GET \
  --url https://story-rpc-001.originstake.com/unconfirmed_txs
{
  "response": {
    "n_txs": "<string>",
    "total": "<string>",
    "total_bytes": "<string>",
    "txs": [
      {}
    ]
  }
}

Query Parameters

limit
integer

Maximum number of unconfirmed transactions to return (max: 100)

Response

response
object

Unconfirmed transactions