Retrieve a list of addresses

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 that,

  • the index path of addresses use the m/0/0 format, where m/0/0 is reserved for your deposit wallet address. Your customer addresses start from the m/0/1 path, where the final digit increases sequentially to represent the next address in the database.
  • address indexing is sequential, meaning each subsequent API request should begin from 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.
  • for Stellar, Ripple, and Cosmos chain wallets (which only have a single wallet address), you can assign a unique memo or tag to each customer to track individual deposits.

    Limitations
  • You can index a maximum of 1000 addresses in each API call.

    To retrieve a specific address by providing the corresponding index path in the request, use the Retrieve a single address API.

  • 📘

    Note

    • The 'Generate Many Address' function is exclusively applicable for Native Coins.
    • It also allows the generation of a User Deposit Address by passing a specific path value. The path format should adhere to the following structure: m/0/0. The final digit following the '/' is utilised for address generation.
    • This API is intended solely for deposit wallets.

    ❗️

    Limitations on Generating User Deposit Addresses

    Please be aware that the system allows for the generation of up to 1000 user deposit addresses at a time. If you need to generate more addresses, you will need to modify the index and execute the API call again.

    Language
    Authorization
    Basic
    base64
    :
    Click Try It! to start a request and see the response here!