Core Matic Subgraph
Examples
Get traits and modified traits of specific Aavegotchi
{
aavegotchi(id: 4430) {
numericTraits, modifiedNumericTraits
}
}{
"data": {
"aavegotchi": {
"modifiedNumericTraits": [
18,
68,
10,
48,
82,
22
],
"numericTraits": [
17,
68,
10,
48,
82,
22
]
}
}
}Get Bazaar Listings of items which are a potion
Get user data
Get statistics
Last updated
Was this helpful?