Developers
Overview
Name Token Attributes
Property
Description
Reading Names from the Blockchain
query GetWallet {
GetWallet(account: "efPetN9bRqsaNNUs7YomL26umjhXBUtP7jDKoQoP6MP8eX2W8") {
id
account {
publicKey
address
}
tokenAccounts(collectionIds: 2090) {
edges {
node {
balance
token {
tokenId
attributes {
key
value
}
}
}
}
}
}
}Collaboration
Last updated