GET
/
unconfirmed_txs
curl --request GET \
  --url https://namada-rpc-01.originstake.com/unconfirmed_txs \
  --header 'Key: <api-key>'
{
  "200": {
    "n_txs": "<string>",
    "total": "<string>",
    "total_bytes": "<string>",
    "txs": [
      {}
    ]
  }
}

Query Parameters

limit
integer

Maximum number of unconfirmed transactions to return (max 100)

Response

200
object