View a crypto deposit address (optionally a FUNDING sub-account)
GET/account/wallet/:currency/receive-address
Returns the entity's crypto deposit address for a currency. Target the
entity's FUNDING sub-account by sending accountType=FUNDING together with
destinationCurrency; omit both for the normal wallet. Fails (no fallback)
if the entity has no FUNDING designation for that currency. Requires the
payments.disbursements.read permission.
Request
Responses
- 200
- 401
- 403
- 404
OK
Missing/invalid JWT or entity selection (RBAC_ENTITY_SELECTION_REQUIRED)
Caller lacks the payments.disbursements.read permission (RBAC_PERMISSION_DENIED)
No deposit address / FUNDING designation for that currency