Bind cryptocurrency public address to the given account.

Generates a public cryptocurrency address and binds it to the provided account.
The account currency code must match the cryptocurrency code.

Permissions:

RoleAccess
admincan request any account
customercan request only own accounts

List of possible error codes:

  • [400] REQUIRED

    • Validation error that indicates which fields are required.
      Provide required field(s).
  • [409] UNMARSHAL_JSON

    • Validation error that indicates that one or more fields in the request
      body have an invalid value.
      Provide correct field value.
  • [409] ADDRESS_ALREADY_BOUND

    • Given account is already bound with the cryptocurrency address.
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!