Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 772 Bytes

NFTOwnerAdvancedResponseContract.md

File metadata and controls

29 lines (14 loc) · 772 Bytes

theblockchainapi.NFTOwnerAdvancedResponseContract

Properties

Name Type Description Notes
contractType String The type of the contract that it last interacted with [optional]
contractId String The string identifier (not the public key) that we denote the contract with. [optional]
contractBlockchainIdentifier String The public key of the contract [optional]
contractName String The readable name of the contract (e.g., Magic Eden) [optional]

Enum: ContractTypeEnum

  • marketplace (value: "marketplace")

  • otc (value: "otc")

  • loan (value: "loan")

  • staking (value: "staking")

  • burned (value: "burned")