🎾Get Quest List
Request
query listQuests {
listQuests(nextToken: "") {
nextToken
data {
Activities
Condition
MetadataUrl
QuestURL
Name
TokenId
Value
}
}
}
Response
{
"data": {
"listQuests": {
"nextToken": null,
"data": [
{
"Activities": "[\"buildspace V2 NFT Owner\"]",
"Condition": "BuildSpaceOwner",
"MetadataUrl": "https://www.arweave.net/bFKtd81gs2SREvS7fzUsw68bYedXeaBrQ8XFyJf77EE",
"QuestURL": "https://quest.philand.xyz/items/0x3D8C06e65ebf06A9d40F313a35353be06BD46038/101901"
"Name": "buildspace Achiever",
"TokenId": "101901",
"Value": "1"
},
{
"Activities": "[\"Earned 10,000 Total Land Power\"]",
"Condition": "GotEXP",
"MetadataUrl": "https://www.arweave.net/rgeuFGHk44SfmqEI1tXAjyOZbdriM70Lrt7sISwlVZo",
"QuestURL": "https://quest.philand.xyz/items/0x3D8C06e65ebf06A9d40F313a35353be06BD46038/100011"
"Name": "Iron Architect",
"TokenId": "100011",
"Value": "10000"
}
]
}
}
}
Last updated