User creation
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
The body of the user creation request
clientIdstringRequiredExample:
User ID in the merchant system
user12345clientNamestringOptionalExample:
User name
John DoedepositWebhookUrlstringOptionalExample:
URL for notifications of new deposits
https://merchant.domain/webhooks/user12345createAddressesbooleanOptional
Create all addresses for the user
groupByBlockchainbooleanOptional
Group addresses by blockchain networks (for example, 1 address for bsc, fantom, ethereum networks). This parameter has an effect only when createAddresses: true
checkRisksbooleanOptional
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
Responses
200Success
application/json
post
/api-gateway/personal-addresses/create-user200Success
Last updated