| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | The type of token being linked | |
| refId | String | The Fireblocks' token link reference id. For example, 'BQ5R_BDESC_ABC' if it's a fungible asset | [optional] |
| displayName | String | The token display name | [optional] |
| baseAssetId | String | The blockchain base assetId | [optional] |
| contractAddress | String | The contract's onchain address | [optional] |
| Name | Value |
|---|---|
| FUNGIBLE_TOKEN | "FUNGIBLE_TOKEN" |
| NON_FUNGIBLE_TOKEN | "NON_FUNGIBLE_TOKEN" |
| TOKEN_UTILITY | "TOKEN_UTILITY" |
| TOKEN_EXTENSION | "TOKEN_EXTENSION" |