Network
bsc
Subgraph ID
9WeMyb—rWN4VP
Deployment ID
QmRkLi—WAbq41
Query URL
/subgraphs/id/9WeMyb—rWN4VP
3.0M Queries (Past 30D)
1.4K Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
accountBalances(first: 5) {
id
account
token
balance
}
tokenApprovals(first: 5) {
id
tokenId
approved
owner
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL
https://gateway.thegraph.com/api/subgraphs/id/9WeMybf9o5fGpbKWFzrZz9dQi3YZ5VWrF5v3UyrWN4VP
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ accountBalances(first: 5) { id account token balance } tokenApprovals(first: 5) { id tokenId approved owner } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/9WeMybf9o5fGpbKWFzrZz9dQi3YZ5VWrF5v3UyrWN4VP