Getting a list of addresses
Last updated
Last updated
The method allows you to get all the user's personal addresses. Deposits and withdrawals are available for all addresses, but the user should only see addresses with isActive: true. Thus, if necessary, you can generate a new address for a user in a certain coin and network, then all previous addresses in this coin and network will have the parameter isActive: false (read more in the previous method "Get/Renew personal address")
/api-gateway/personal-addresses/get-user-addresses
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Filter by User ID
c886f2dd-669a-4657-ba10-9ad7700cc8e5
Filter by parameter 'isActive'
Offset (for pagination)
Limit (for pagination)
Filter by currencies
Filter by networks
Sort by. Fields for sorting: 'createdAt'. Order: 'ASC', 'DESC'. Example: [["createdAt", "ASC"]]
[{"0":"createdAt","1":"ASC"}]
Filter by address balance