Generate a crypto deposit address (optionally a FUNDING sub-account)
POST/account/wallet/:currency/receive-address
Generates a new crypto deposit address for the currency, optionally for the
entity's FUNDING sub-account (send accountType=FUNDING with
destinationCurrency). Requires the payments.disbursements.read
permission.
Request
Responses
- 201
- 400
- 401
- 403
Created
Invalid request (e.g. unsupported currency/network)
Missing/invalid JWT or entity selection (RBAC_ENTITY_SELECTION_REQUIRED)
Caller lacks the payments.disbursements.read permission (RBAC_PERMISSION_DENIED)