Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.11 KB

TokenLinkRequestDto.md

File metadata and controls

29 lines (15 loc) · 1.11 KB

TokenLinkRequestDto

Properties

Name Type Description Notes
type string The type of token being linked [default to undefined]
refId string The Fireblocks' token link reference id. For example, 'BQ5R_BDESC_ABC' if it's a fungible asset [optional] [default to undefined]
displayName string The token display name [optional] [default to undefined]
baseAssetId string The blockchain base assetId [optional] [default to undefined]
contractAddress string The contract's onchain address [optional] [default to undefined]

Enum: TokenLinkRequestDtoTypeEnum

  • FungibleToken (value: 'FUNGIBLE_TOKEN')

  • NonFungibleToken (value: 'NON_FUNGIBLE_TOKEN')

  • TokenUtility (value: 'TOKEN_UTILITY')

  • TokenExtension (value: 'TOKEN_EXTENSION')

[Back to top] [Back to API list] [Back to Model list] [Back to README]