fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TokenLinkRequestDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)