| Name | Type | Description | Notes |
|---|---|---|---|
| accountName | String | accountName | |
| accountId | String | accountId | |
| asset | String | asset | |
| address | String | address | |
| addressType | AddressTypeEnum | addressType | |
| addressDescription | String | addressDescription | |
| tag | String | tag | |
| addressIndex | BigDecimal | addressIndex | [optional] |
| change | BigDecimal | change | [optional] |
| coinType | BigDecimal | Unique identifier of an asset (0 for BTC, 60 for ETH, etc.) | [optional] |
| customerRefId | String | customerRefId | [optional] |
| addressFormat | String | addressFormat | [optional] |
| legacyAddress | String | legacyAddress | [optional] |
| paymentAddress | String | paymentAddress | [optional] |
| userDefined | Boolean | userDefined | [optional] |
| state | StateEnum | state | [optional] |
| Name | Value |
|---|---|
| PERMANENT | "PERMANENT" |
| CHANGE | "CHANGE" |
| DEFAULT | "DEFAULT" |
| ADDRESS | "ADDRESS" |
| Name | Value |
|---|---|
| PENDING_ACTIVATION | "PENDING_ACTIVATION" |
| ACTIVATION_FAILED | "ACTIVATION_FAILED" |
| READY | "READY" |