This subgraph is designed to associate billing balances with each subgraph deployed on the Arbitrum network. It aims to provide clear, accessible data regarding billing transactions and balances for users and developers interacting with subgraphs within the Arbitrum ecosystem.
- Balance Tracking: Tracks and updates the billing balance associated with each subgraph.
Query the subgraph using the generated GraphQL endpoint. Example query:
{
subgraphs {
id
billingBalance
transactions {
id
amount
timestamp
}
}
}