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
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ paths:
237
237
description: |
238
238
Retrieves all transactions that have been recently broadcast to the mempool. These are pending transactions awaiting confirmation.
239
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.
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.
241
241
parameters:
242
242
- name: sender_address
243
243
in: query
@@ -490,7 +490,10 @@ paths:
490
490
tags:
491
491
- Microblocks
492
492
operationId: get_microblock_list
493
-
description: Retrieves a list of microblocks.
493
+
description: |
494
+
Retrieves a list of microblocks.
495
+
496
+
If you need to actively monitor new microblocks, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
494
497
parameters:
495
498
- name: limit
496
499
in: query
@@ -560,7 +563,10 @@ paths:
560
563
/extended/v1/block:
561
564
get:
562
565
summary: Get recent blocks
563
-
description: Retrieves a list of recently mined blocks
566
+
description: |
567
+
Retrieves a list of recently mined blocks
568
+
569
+
If you need to actively monitor new blocks, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
564
570
tags:
565
571
- Blocks
566
572
operationId: get_block_list
@@ -1250,7 +1256,10 @@ paths:
1250
1256
/extended/v1/address/{principal}/transactions:
1251
1257
get:
1252
1258
summary: Get account transactions
1253
-
description: Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
1259
+
description: |
1260
+
Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
1261
+
1262
+
If you need to actively monitor new transactions for an address or contract id, 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