Developers
Subgraph and data access
When to use the GoldSky endpoint versus direct RPC reads in frontend or tooling integrations.
Use The Subgraph For
- activity history
- aggregate profile state
- queued burn lifecycle history
- batch metadata across time
Use Direct RPC Reads For
- current balances
- allowance
- paused state
- live price views
- current-batch pending request gating
Last updated on