@@ -192,6 +192,7 @@ paths:
192
192
in : query
193
193
description : max number of transactions to fetch
194
194
required : false
195
+ example : 100
195
196
schema :
196
197
type : integer
197
198
default : 96
@@ -207,6 +208,7 @@ paths:
207
208
in : query
208
209
description : Filter by transaction type
209
210
required : false
211
+ example : coinbase
210
212
schema :
211
213
type : array
212
214
items :
@@ -216,6 +218,7 @@ paths:
216
218
in : query
217
219
description : Include transaction data from unanchored (i.e. unconfirmed) microblocks
218
220
required : false
221
+ example : true
219
222
schema :
220
223
type : boolean
221
224
example : true
@@ -245,6 +248,7 @@ paths:
245
248
in : query
246
249
description : Filter to only return transactions with this sender address.
247
250
required : false
251
+ example : SP1GPBP8NBRXDRJBFQBV7KMAZX1Z7W2RFWJEH0V10
248
252
schema :
249
253
type : string
250
254
- name : recipient_address
@@ -263,6 +267,7 @@ paths:
263
267
in : query
264
268
description : max number of mempool transactions to fetch
265
269
required : false
270
+ example : 100
266
271
schema :
267
272
type : integer
268
273
default : 96
@@ -337,6 +342,7 @@ paths:
337
342
in : query
338
343
description : Array of transaction ids
339
344
required : true
345
+ example : 0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0
340
346
schema :
341
347
type : array
342
348
items :
@@ -390,6 +396,7 @@ paths:
390
396
in : path
391
397
description : Hash of transaction
392
398
required : true
399
+ example : 0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0
393
400
schema :
394
401
type : string
395
402
- name : event_offset
@@ -439,6 +446,7 @@ paths:
439
446
in : path
440
447
description : Hash of transaction
441
448
required : true
449
+ example : 0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0
442
450
schema :
443
451
type : string
444
452
get :
@@ -2782,12 +2790,14 @@ paths:
2782
2790
in : path
2783
2791
description : Hash of block
2784
2792
required : true
2793
+ example : 0x0a83d82a65460a9e711f85a44616350280040b75317dbe486a923c1131b5ff99
2785
2794
schema :
2786
2795
type : string
2787
2796
- name : limit
2788
2797
in : query
2789
2798
description : max number of transactions to fetch
2790
2799
required : false
2800
+ example : 10
2791
2801
schema :
2792
2802
type : integer
2793
2803
- name : offset
@@ -2819,12 +2829,14 @@ paths:
2819
2829
in : path
2820
2830
description : Height of block
2821
2831
required : true
2832
+ example : 35000
2822
2833
schema :
2823
2834
type : integer
2824
2835
- name : limit
2825
2836
in : query
2826
2837
description : max number of transactions to fetch
2827
2838
required : false
2839
+ example : 10
2828
2840
schema :
2829
2841
type : integer
2830
2842
- name : offset
@@ -2838,6 +2850,7 @@ paths:
2838
2850
in : query
2839
2851
description : Include transaction data from unanchored (i.e. unconfirmed) microblocks
2840
2852
required : false
2853
+ example : true
2841
2854
schema :
2842
2855
type : boolean
2843
2856
example : true
@@ -2870,6 +2883,7 @@ paths:
2870
2883
in : query
2871
2884
description : max number of transactions to fetch
2872
2885
required : false
2886
+ example : 90
2873
2887
schema :
2874
2888
type : integer
2875
2889
- name : offset
@@ -2883,6 +2897,7 @@ paths:
2883
2897
in : query
2884
2898
description : Include transaction data from unanchored (i.e. unconfirmed) microblocks
2885
2899
required : false
2900
+ example : true
2886
2901
schema :
2887
2902
type : boolean
2888
2903
example : true
@@ -3339,41 +3354,40 @@ paths:
3339
3354
in : query
3340
3355
description : Hash of transaction
3341
3356
required : false
3357
+ example : 0x29e25515652dad41ef675bd0670964e3d537b80ec19cf6ca6f1dd65d5bc642c5
3342
3358
schema :
3343
3359
type : string
3344
- example : ' 0x29e25515652dad41ef675bd0670964e3d537b80ec19cf6ca6f1dd65d5bc642c5'
3345
3360
- name : address
3346
3361
in : query
3347
3362
description : Stacks address or a Contract identifier
3348
3363
required : false
3364
+ example : ST1HB64MAJ1MBV4CQ80GF01DZS4T1DSMX20ADCRA4
3349
3365
schema :
3350
3366
type : string
3351
- example : ST1HB64MAJ1MBV4CQ80GF01DZS4T1DSMX20ADCRA4
3352
3367
- name : limit
3353
3368
in : query
3354
3369
description : number of items to return
3355
3370
required : false
3371
+ example : 100
3356
3372
schema :
3357
3373
type : integer
3358
- example : 100
3359
3374
- name : offset
3360
3375
in : query
3361
3376
description : number of items to skip
3362
3377
required : false
3363
3378
example : 42000
3364
3379
schema :
3365
3380
type : integer
3366
- example : 50
3367
3381
- name : type
3368
3382
in : query
3369
3383
description : Filter the events on event type
3370
3384
required : false
3385
+ example : stx_lock
3371
3386
schema :
3372
3387
type : array
3373
3388
items :
3374
3389
type : string
3375
3390
enum : [smart_contract_log, stx_lock, stx_asset, fungible_token_asset, non_fungible_token_asset]
3376
- example : stx_lock
3377
3391
responses :
3378
3392
200 :
3379
3393
description : Success
0 commit comments