UnconfirmedTxs
GET
Retrieves the list of unconfirmed transactions.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Query Parameters
limitstring
Maximum number of transactions to return.Responses
jsonrpcstringrequired
idintegerrequired
n_txsstring
totalstring
total_bytesstring
txsarray
cURL
curl -X GET 'https://rpc-injective-mainnet.nodit.io/unconfirmed_txs?limit=20' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo'