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
- Note that if you want to create more than 39,997 addresses, say 100,000, ensure that your addresses between 9,997 to 39, 997 have balance. Once the next 10,000 addresses are indexed by Liminal, ensure that your customer addresses between 19,998 to 49,998 have balance, and continue this process until you reach 100,000.
Prerequisites