getSecondaryDetails

This query used to get Secondary Related events

Sample Query

subscription {
  getSecondaryDetails(
    orgId: "5a198d09-e243-491f-991a-f79e1cecdcc3"
    eventType: [SECONDARY_NFT_AVAILABILITY,SECONDARY_NFT_STATUS_UPDATE]
  ) {
       OrgID
    NFTDetails{
      tokenId
      contractAddress
    }
  }

Sample Response

{
  "data": {
    "getSecondaryDetails": {
      "OrgID": "5a198d09-e243-491f-991a-f79e1cecdcc3",
      "NFTDetails":{
            "tokenId":"d086ea16-d40d-454c-84a4-64b5e940670a",
            "contractAddress":"0x61A3A424AaA47449d81CD498EA99A084c45bDf37”,
     }
    }
  }
}

Authorization Required

NameTypeDescriptionRequired
orgIdUUID1The organization Id.Yes
eventTypeSecondaryEventThe secondary event methodsYes
ContractAddressStringAddress of the contractNo
NFTTokenIDUUID1NFT token IDNo
WalletAddressStringWallet AddressNo