Getting a list of addresses
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")
Getting a list of addresses
POSThttps://ocp.payonchain.org/api-gateway/personal-addresses/get-user-addresses
Header parameters
Body
idstring
Filter by User ID
isActiveboolean
Filter by parameter 'isActive'
currencyarray of string
Filter by currencies
networkarray of string
Filter by networks
balanceobject
Filter by address balance
offset*integer
Offset (for pagination)
limit*integer
Limit (for pagination)
Response
Body
success*boolean
Request success indicator
response*array of PersonalAddressResponse (object)
Request
Response
Last updated