π°οΈSubgraph
βοΈLinks and Repos
Examples Queries
List all realms
{
realms(orderBy: createdAtTimestamp, orderDirection: desc) {
id
name
description
token { address symbol name decimals }
createdAtTimestamp
}
}Get infusion info for an NFT across all realms
Get details and infused NFTs for a specific realm
Get details about a specific account (wallet / agent)
Last updated