post https://example.com/cwallets/private/v1/address
Generates a public cryptocurrency address and binds it to the provided account.
The account currency code must match the cryptocurrency code.
Permissions:
Role | Access |
---|---|
admin | can request any account |
customer | can request only own accounts |
List of possible error codes:
-
[400] REQUIRED
- Validation error that indicates which fields are required.
Provide required field(s).
- Validation error that indicates which fields are required.
-
[409] UNMARSHAL_JSON
- Validation error that indicates that one or more fields in the request
body have an invalid value.
Provide correct field value.
- Validation error that indicates that one or more fields in the request
-
[409] ADDRESS_ALREADY_BOUND
- Given account is already bound with the cryptocurrency address.