description:Returns an array of all available postage batches.
...
...
@@ -741,7 +748,7 @@ paths:
get:
summary:Get an individual postage batch status
tags:
-Get stamp batch
-Postage Stamps
responses:
"200":
description:Returns an individual postage batch state
...
...
@@ -755,23 +762,23 @@ paths:
description:Default response
"/stamps/{amount}/{depth}":
get:
summary:Buy a new postage batch
post:
summary:Buy a new postage batch. \n\n Be aware, this endpoint create an on-chain transactions and transfers BZZ from the node's Ethereum account and hence directly manipulates the wallet balance!
tags:
-Buy stamp batch
-Postage Stamps
parameters:
-in:path
name:amount
schema:
type:integer
required:true
description:Amount added to the balance
description:Amount of BZZ added that the postage batch will have.
-in:path
name:depth
schema:
type:integer
required:true
description:Batch depth. Must be higher than default bucket depth (16)
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)