Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 869 Bytes

File metadata and controls

28 lines (16 loc) · 869 Bytes

TokenLinkRequestDto

Properties

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]

Enum: TypeEnum

Name Value
FUNGIBLE_TOKEN "FUNGIBLE_TOKEN"
NON_FUNGIBLE_TOKEN "NON_FUNGIBLE_TOKEN"
TOKEN_UTILITY "TOKEN_UTILITY"
TOKEN_EXTENSION "TOKEN_EXTENSION"