Skip to content

Commit 1454aa2

Browse files
authored
chore: update docs to include websockets info for mempool tx (#1075)
chore: updated docs to include websockets info for mempool tx #1075
1 parent 81d039d commit 1454aa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,10 @@ paths:
234234
tags:
235235
- Transactions
236236
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.
238241
parameters:
239242
- name: sender_address
240243
in: query

0 commit comments

Comments
 (0)