As discussed in discord, new functionalities are necessary for efficient mempool tracking for backend applications such as explorers and off-chain bots.
Modify info endpoint
Add lastMempoolUpdate timestamp property to /info/ endpoint
Add new mempool endpoints
GET /transactions/unconfirmed/transactionIds - returns an array containing TransactionId of all transactions present in the mempool
POST /transactions/unconfirmed/byTransactionIds - accepts an array of TransactionId in its body and returns corresponding transactions, if present in the mempool
As discussed in discord, new functionalities are necessary for efficient mempool tracking for backend applications such as explorers and off-chain bots.
Modify
info
endpointlastMempoolUpdate
timestamp property to/info/
endpointAdd new mempool endpoints
GET /transactions/unconfirmed/transactionIds
- returns an array containingTransactionId
of all transactions present in the mempoolPOST /transactions/unconfirmed/byTransactionIds
- accepts an array ofTransactionId
in its body and returns corresponding transactions, if present in the mempool