Network
bsc
Subgraph ID
2CM19o—fR6Pav
Deployment ID
QmTmpq—rRMSQx
Query URL
/subgraphs/id/2CM19o—fR6Pav
460 Queries (Past 30D)
991.0 Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
tokens(first: 5) {
id
name
symbol
decimals
}
pools(first: 5) {
id
stakingToken {
id
}
usersLength
users {
id
}
}
}
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/2CM19oUGfJQPFXhDz6RCtKU4zov2HfJw6TGFX8fR6Pav
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ tokens(first: 5) { id name symbol decimals } pools(first: 5) { id stakingToken { id } usersLength users { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/2CM19oUGfJQPFXhDz6RCtKU4zov2HfJw6TGFX8fR6Pav