post https://api-sdk.lmnl.dev/api/wallet/generate-many-address
This API is a request to retrieve a sequential index of pre-generated addresses within your deposit hot wallet. You can assign each address sequentially to a specific customer for depositing their assets.
Note
endIndex
+ 1 of the previous request. For example, if the first API call uses startIndex
= 1 and endIndex
= 50, the next request should start with startIndex = 51. Limitations
- To pregenerate a large number of addresses (above 39,997), submit a support ticket.
To retrieve a specific address by providing the corresponding index path in the request, use the Retrieve a single address API.