You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 mempoolThe text was updated successfully, but these errors were encountered: