Home
Telegram
Twitter
Discord
Search…
Overview
Developer
Getting Started
Getting Data
Indexer
Data Model
GraphQL
CLI
Get Store Things
Get Thing Metadata
REST
Transactions
Rust Contracts
NEP-171 Token Standard
Creating
Sign In
Store
Create
Transferring
Fees
Data Storage
Market
FAQ
Thing Page
Selling
Simple Sale
Auctions
Split Revenues & Forever Royalties
Email notifications
Company
FAQs
Privacy Policy & Terms of Service
Roadmap
🧓
Archive
Ethereum
Powered By
GitBook
Getting Data
Mintbase Graph
What is an Indexer?
If you want to know who owns what NFT or how many NFTs have been minted, listed, bought or burned on a store, this is the right spot.
All the data we get from running our own NEAR node is available to you too.
1.
Go to
https://graphiql-online.com/
​
2.
Enter one of the below endpoints into the input
3.
Click around the tree on the left side, building queries can be done just buy clicking around
GraphQL Endpoints
Network
Endpoint
mainnet
​
https://mintbase-mainnet.hasura.app/v1/graphql
​
testnet
​
https://mintbase-testnet.hasura.app/v1/graphql
​
​
The queries and relationships are extensible, we suggest just clicking around the tree to make the queries and it will become easy over time,
just remember the relationships go
​
a
=
b
a = b
a
=
b
.
​
S
tore => Things => Tokens
Thing
Developer - Previous
Getting Started
Next
Indexer
Last modified
2mo ago
Copy link
Contents
What is an Indexer?
GraphQL Endpoints