v1

latestOpenAPI 3.0.02026-07-2613985.6 KB
Deposit addresses

Generate a crypto address

Generate a deposit address for a user.

post/addresses/take

Headers

X-Processing-Signaturestring required

Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.

Request body

currencystring required

The currency to receive. For a list of all available currencies, see API currency codes.

convert_tostring

Automatically convert all deposits to this currency. If omitted, no automatic conversion is applied.

foreign_idstring required

The unique ID of the customer who will be depositing to this address. It will be returned with every callback to make it easy for you to identify the customer within your system. The same foreign_id can be reused across multiple addresses that belong to the same customer. This parameter must not include any personal data.

end_user_referencestring required

Permanent ID of the customer in your system. Used to group, track, and analyze transactions made by a specific customer. Must not contain personal data, such as the user's name or email address.

sender_type'natural' | 'legal' required

Type of the merchant's customer who sends the funds.

Use natural if the sender is an individual person and legal if the sender is a legal entity. The selected type determines which fields must be included in sender_data.

Response

Created