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
Name | Type | Description | Required |
---|---|---|---|
orgId | UUID1 | The organization Id. | Yes |
eventType | SecondaryEvent | The secondary event methods | Yes |
ContractAddress | String | Address of the contract | No |
NFTTokenID | UUID1 | NFT token ID | No |
WalletAddress | String | Wallet Address | No |