Protocol Subgraph Overview
The Moxie Protocol Subgraph API is now available to index and query data from the Moxie protocol contracts on the Base mainnet.
The Moxie Protocol Subgraph API provides you with various data points to support various use cases, including but not limited to:
- Trending fan tokens
- All fan tokens on the Moxie protocol
- User's fan token balances
- Holders of certain fan token
- User's buy orders on the bonding curve
- etc.
The Moxie Protocol Subgraph API is divided into two, the Protocol Minimal Subgraph and the Protocol Stats Subrgaph, and you can access both in the Graph studio.
The Protocol Stats Subgraph contains all the APIs available on the Moxie Protocol Subgraph API, while the Protocol Minimal Subgraph provides a lighter version with only a subset of all the APIs available but a faster syncing time.
The Moxie Protocol Subgraph API is free to consume but will be rate-limited. If you need higher throughput for your use case, you can use the network subgraph on the Graph network:
Get Started
To get started with the Moxie Protocol Subgraph API, we recommend that you follow the quickstart guides:
📄️ Node.js
Learn how to integrate the Moxie Protocol Subgraph API into your Node.js project in less than 5 minutes.