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
Copy file name to clipboardExpand all lines: docs/openapi.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,10 @@ paths:
234
234
tags:
235
235
- Transactions
236
236
operationId: get_mempool_transaction_list
237
-
description: Retrieves all transactions that have been recently broadcast to the mempool. These are pending transactions awaiting confirmation.
237
+
description: |
238
+
Retrieves all transactions that have been recently broadcast to the mempool. These are pending transactions awaiting confirmation.
239
+
240
+
If you need to monitor new transactions, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
0 commit comments