Getting a list of addresses
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
Address list request body
idstringOptionalExample:
Filter by User ID
b5dc88fa-5246-4e2b-bc0b-f169636c952eisActivebooleanOptional
Filter by parameter 'isActive'
currencystring[]OptionalExample:
Filter by currencies
USDTnetworkstring[]OptionalExample:
Filter by networks
ethereumsortarrayOptionalExample:
Sort by. Fields for sorting: 'createdAt'. Order: 'ASC', 'DESC'. Example: [["createdAt", "ASC"]]
[{"0":"createdAt","1":"ASC"}]offsetintegerRequired
Offset (for pagination)
limitintegerRequired
Limit (for pagination)
Responses
200Success
application/json
post
/api-gateway/personal-addresses/get-user-addresses200Success
Last updated