# TokenLinkRequestDto
## Properties
**r#type** | **Type** | The type of token being linked (enum: FUNGIBLE_TOKEN, NON_FUNGIBLE_TOKEN, TOKEN_UTILITY, TOKEN_EXTENSION) |
**ref_id** | Option<**String**> | The Fireblocks' token link reference id. For example, 'BQ5R_BDESC_ABC' if it's a fungible asset | [optional]
**display_name** | Option<**String**> | The token display name | [optional]
**base_asset_id** | Option<**String**> | The blockchain base assetId | [optional]
**contract_address** | Option<**String**> | The contract's onchain address | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)