# CoboWaas2.CryptoAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token_id** | **String** | The token identifier (e.g., ETH_USDT, TRON_USDT) that this address is associated with. | 
**crypto_address_id** | **String** | A unique identifier for this crypto address, automatically generated by Cobo. Use this ID (not the raw blockchain address) when submitting a settlement request.  | 
**address** | **String** | The blockchain address in its native format. This is the actual destination address where funds will be sent. Note: When submitting a settlement request, use the address ID rather than this raw address.  | 
**label** | **String** | A label to help identify the address&#39;s purpose. | [optional] 
**created_timestamp** | **Number** | The creation time of the crypto address, represented as a UNIX timestamp in seconds. | [optional] 
**updated_timestamp** | **Number** | The last update time of the crypto address, represented as a UNIX timestamp in seconds. | [optional] 


