-
Notifications
You must be signed in to change notification settings - Fork 340
/
Copy pathSwarmDebug.yaml
945 lines (905 loc) · 27.9 KB
/
SwarmDebug.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
openapi: 3.0.3
info:
version: 1.1.1
title: Bee Debug API
description: "A list of the currently provided debug interfaces to interact with the bee node"
security:
- {}
externalDocs:
description: Browse the documentation @ the Swarm Docs
url: "https://docs.ethswarm.org"
servers:
- url: "http://{apiRoot}:{port}"
variables:
apiRoot:
default: "localhost"
description: Base address of the local bee node debug API
port:
default: "1635"
description: Service port provided in bee node config
paths:
"/addresses":
get:
summary: Get overlay and underlay addresses of the node
tags:
- Connectivity
responses:
"200":
description: Own node underlay and overlay addresses
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Addresses"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/balances":
get:
summary: Get the balances with all known peers including prepaid services
tags:
- Balance
responses:
"200":
description: Own balances with all known peers
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Balances"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/balances/{address}":
get:
summary: Get the balances with a specific peer including prepaid services
tags:
- Balance
parameters:
- in: path
name: address
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
responses:
"200":
description: Balance with the specific peer
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Balance"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/blocklist":
get:
summary: Get a list of blocklisted peers
tags:
- Connectivity
responses:
"200":
description: Returns overlay addresses of blocklisted peers
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Peers"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/consumed":
get:
summary: Get the past due consumption balances with all known peers
tags:
- Balance
responses:
"200":
description: Own past due consumption balances with all known peers
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Balances"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/consumed/{address}":
get:
summary: Get the past due consumption balance with a specific peer
tags:
- Balance
parameters:
- in: path
name: address
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
responses:
"200":
description: Past-due consumption balance with the specific peer
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Balance"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chequebook/address":
get:
summary: Get the address of the chequebook contract used
tags:
- Chequebook
responses:
"200":
description: Ethereum address of chequebook contract
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/ChequebookAddress"
"/chequebook/balance":
get:
summary: Get the balance of the chequebook
tags:
- Chequebook
responses:
"200":
description: Balance of the chequebook
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/ChequebookBalance"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chunks/{address}":
get:
summary: Check if chunk at address exists locally
tags:
- Chunk
parameters:
- in: path
name: address
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of chunk
responses:
"200":
description: Chunk exists
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Response"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
default:
description: Default response
delete:
summary: Delete a chunk from local storage
tags:
- Chunk
parameters:
- in: path
name: address
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of chunk
responses:
"200":
description: Chunk exists
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Response"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
default:
description: Default response
"/connect/{multiAddress}":
post:
summary: Connect to address
tags:
- Connectivity
parameters:
- in: path
allowReserved: true
name: multiAddress
schema:
$ref: "SwarmCommon.yaml#/components/schemas/MultiAddress"
required: true
description: Underlay address of peer
responses:
"200":
description: Returns overlay address of connected peer
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Address"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/reservestate":
get:
summary: Get reserve state
tags:
- Status
responses:
"200":
description: Reserve State
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/ReserveState"
default:
description: Default response
"/chainstate":
get:
summary: Get chain state
tags:
- Status
responses:
"200":
description: Chain State
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/ChainState"
default:
description: Default response
"/health":
get:
summary: Get health of node
tags:
- Status
responses:
"200":
description: Health State of node
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Status"
default:
description: Default response
"/peers":
get:
summary: Get a list of peers
tags:
- Connectivity
responses:
"200":
description: Returns overlay addresses of connected peers
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Peers"
default:
description: Default response
"/peers/{address}":
delete:
summary: Remove peer
tags:
- Connectivity
parameters:
- in: path
name: address
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
responses:
"200":
description: Disconnected peer
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Response"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/pingpong/{peer-id}":
post:
summary: Try connection to node
tags:
- Connectivity
parameters:
- in: path
name: peer-id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
responses:
"200":
description: Returns round trip time for given peer
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/RttMs"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/readiness":
get:
summary: Get readiness state of node
tags:
- Status
responses:
"200":
description: Health State of node
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Status"
default:
description: Default response
"/settlements/{address}":
get:
summary: Get amount of sent and received from settlements with a peer
tags:
- Settlements
parameters:
- in: path
name: address
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
responses:
"200":
description: Amount of sent or received from settlements with a peer
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Settlement"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/settlements":
get:
summary: Get settlements with all known peers and total amount sent or received
tags:
- Settlements
responses:
"200":
description: Settlements with all known peers and total amount sent or received
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Settlements"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/timesettlements":
get:
summary: Get time based settlements with all known peers and total amount sent or received
tags:
- Settlements
responses:
"200":
description: Time based settlements with all known peers and total amount sent or received
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Settlements"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/topology":
get:
description: Get topology of known network
tags:
- Connectivity
responses:
"200":
description: Swarm topology of the bee node
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BzzTopology"
"/welcome-message":
get:
summary: Get configured P2P welcome message
tags:
- Connectivity
responses:
"200":
description: Welcome message
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/WelcomeMessage"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
post:
summary: Set P2P welcome message
tags:
- Connectivity
requestBody:
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/WelcomeMessage"
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Status"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chequebook/cashout/{peer-id}":
get:
summary: Get last cashout action for the peer
parameters:
- in: path
name: peer-id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
tags:
- Chequebook
responses:
"200":
description: Cashout status
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwapCashoutStatus"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
post:
summary: Cashout the last cheque for the peer
parameters:
- in: path
name: peer-id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
- $ref: "SwarmCommon.yaml#/components/parameters/GasPriceParameter"
- $ref: "SwarmCommon.yaml#/components/parameters/GasLimitParameter"
tags:
- Chequebook
responses:
"201":
description: OK
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionResponse"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"429":
$ref: "SwarmCommon.yaml#/components/responses/429"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chequebook/cheque/{peer-id}":
get:
summary: Get last cheques for the peer
parameters:
- in: path
name: peer-id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
required: true
description: Swarm address of peer
tags:
- Chequebook
responses:
"200":
description: Last cheques
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/ChequePeerResponse"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chequebook/cheque":
get:
summary: Get last cheques for all peers
tags:
- Chequebook
responses:
"200":
description: Last cheques
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/ChequeAllPeersResponse"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chequebook/deposit":
post:
summary: Deposit tokens from overlay address into chequebook
parameters:
- in: query
name: amount
schema:
type: integer
required: true
description: amount of tokens to deposit
- $ref: "SwarmCommon.yaml#/components/parameters/GasPriceParameter"
tags:
- Chequebook
responses:
"201":
description: Transaction hash of the deposit transaction
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionResponse"
"400":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/chequebook/withdraw":
post:
summary: Withdraw tokens from the chequebook to the overlay address
parameters:
- in: query
name: amount
schema:
type: integer
required: true
description: amount of tokens to withdraw
- $ref: "SwarmCommon.yaml#/components/parameters/GasPriceParameter"
tags:
- Chequebook
responses:
"201":
description: Transaction hash of the withdraw transaction
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionResponse"
"400":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/tags/{uid}":
get:
summary: "Get Tag information using Uid"
tags:
- Tag
parameters:
- in: path
name: uid
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Uid"
required: true
description: Uid
responses:
"200":
description: Tag info
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/NewTagDebugResponse"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/transactions":
get:
summary: Get list of pending transactions
tags:
- Transaction
responses:
"200":
description: List of pending transactions
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/PendingTransactionReponse"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/transactions/{txHash}":
get:
summary: Get information about a sent transaction
parameters:
- in: path
name: txHash
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionHash"
required: true
description: Hash of the transaction
tags:
- Transaction
responses:
"200":
description: Get info about transaction
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionInfoResponse"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
post:
summary: Rebroadcast existing transaction
parameters:
- in: path
name: txHash
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionHash"
required: true
description: Hash of the transaction
tags:
- Transaction
responses:
"200":
description: Hash of the transaction
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionResponse"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
delete:
summary: Cancel existing transaction
parameters:
- in: path
name: txHash
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionHash"
required: true
description: Hash of the transaction
- $ref: "SwarmCommon.yaml#/components/parameters/GasPriceParameter"
tags:
- Transaction
responses:
"200":
description: Hash of the transaction
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/TransactionResponse"
"404":
$ref: "SwarmCommon.yaml#/components/responses/404"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/stamps":
get:
summary: Get all available stamps for this node
tags:
- Postage Stamps
responses:
"200":
description: Returns an array of all available postage batches.
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/DebugPostageBatchesResponse"
default:
description: Default response
"/stamps/{id}":
parameters:
- in: path
name: id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchID"
required: true
description: Swarm address of the stamp
get:
summary: Get an individual postage batch status
tags:
- Postage Stamps
responses:
"200":
description: Returns an individual postage batch state
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/DebugPostageBatch"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
default:
description: Default response
"/stamps/{id}/buckets":
parameters:
- in: path
name: id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchID"
required: true
description: Swarm address of the stamp
get:
summary: Get extended bucket data of a batch
tags:
- Postage Stamps
responses:
"200":
description: Returns extended bucket data of the provided batch ID
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/PostageStampBuckets"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
default:
description: Default response
"/stamps/{amount}/{depth}":
post:
summary: Buy a new postage batch.
description: Be aware, this endpoint creates an on-chain transactions and transfers BZZ from the node's Ethereum account and hence directly manipulates the wallet balance!
tags:
- Postage Stamps
parameters:
- in: path
name: amount
schema:
type: integer
required: true
description: Amount of BZZ added that the postage batch will have.
- in: path
name: depth
schema:
type: integer
required: true
description: Batch depth which specifies how many chunks can be signed with the batch. It is a logarithm. Must be higher than default bucket depth (16)
- in: query
name: label
schema:
type: string
required: false
description: An optional label for this batch
- in: header
name: immutable
schema:
type: boolean
required: false
- $ref: "SwarmCommon.yaml#/components/parameters/GasPriceParameter"
responses:
"201":
description: Returns the newly created postage batch ID
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchIDResponse"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"429":
$ref: "SwarmCommon.yaml#/components/responses/429"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/stamps/topup/{id}/{amount}":
patch:
summary: Top up an existing postage batch.
description: Be aware, this endpoint creates on-chain transactions and transfers BZZ from the node's Ethereum account and hence directly manipulates the wallet balance!
tags:
- Postage Stamps
parameters:
- in: path
name: id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchID"
required: true
description: Batch ID to top up
- in: path
name: amount
schema:
type: integer
required: true
description: Amount of BZZ per chunk to top up to an existing postage batch.
responses:
"202":
description: Returns the postage batch ID that was topped up
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchIDResponse"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"429":
$ref: "SwarmCommon.yaml#/components/responses/429"
"402":
$ref: "SwarmCommon.yaml#/components/responses/402"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/stamps/dilute/{id}/{depth}":
patch:
summary: Dilute an existing postage batch.
description: Be aware, this endpoint creates on-chain transactions and transfers BZZ from the node's Ethereum account and hence directly manipulates the wallet balance!
tags:
- Postage Stamps
parameters:
- in: path
name: id
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchID"
required: true
description: Swarm address of the stamp
- in: path
name: depth
schema:
type: integer
required: true
description: New batch depth. Must be higher than the previous depth.
responses:
"202":
description: Returns the postage batch ID that was diluted.
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/BatchIDResponse"
"400":
$ref: "SwarmCommon.yaml#/components/responses/400"
"429":
$ref: "SwarmCommon.yaml#/components/responses/429"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response