User creation
This method provides functionality of:
creating user
updating data of a previously created user when specifying the same
clientId. The sent parameter values overwrite the previous data.
When depositing, a webhook, is sent to the user's personal address, to the depositWebhookUrl specified in the request. When withdrawing (the common method of "Make withdrawal" / make-withdrawal) from a personal address, a status of this withdrawal will be in response.
Public API-key
Signing the request body with a private API-key
Request content type
application/jsonThe body of the user creation request
User ID in the merchant system
user12345User name
John DoeURL for notifications of new deposits
https://merchant.domain/webhooks/user12345Create all addresses for the user
Group addresses by blockchain networks (for example, 1 address for bsc, fantom, ethereum networks). This parameter has an effect only when createAddresses: true
Check risks for every incoming transaction to the user's personal addresses. Information about risks will be sent in the webhook to the specified depositWebhookUrl in the risks field
Last updated