Getting an address

By using this method you can:

  • Get the address for the user in the specified coin and network. When the request is repeated, the previously created address is returned, which will have isActive: true

  • Generate a new address for the user in the specified coin and network, when specifying the parameter renewAddress. The new address will have isActive: true, previously generated addresses with the same coin and network will have isActive: false

Note: At any time, a user can have only one active address in particular coin and network. Deposits and withdrawals work at all addresses, regardless of the parameter isActive

Getting an address

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

Request body to get or regenerate the address for the user

idstringRequired

User ID

Example: fece0beb-c8ee-4653-8f29-39bae14612c3
currencystringRequired

Address coin

Example: USDT
networkstringRequired

Address network

Example: ethereum
renewAddressbooleanOptional

If set to true a new address will be issued to the user, the old one will become inactive

Responses
200Success
application/json
post
/api-gateway/personal-addresses/get-user-address
200Success

Last updated