Network
mainnet
Subgraph ID
J2oP9U—UvEtJp
Deployment ID
Qmf4VV—ndDPdf
Query URL
/subgraphs/id/J2oP9U—UvEtJp
585 Queries (Past 1D)
999.5 Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
tokens(first: 5) {
id
name
symbol
decimals
}
rewardTokens(first: 5) {
id
token {
id
}
type
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/J2oP9UNBjsnuDDW1fAoHKskyrNLFNBB2badQU6UvEtJp
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ tokens(first: 5) { id name symbol decimals } rewardTokens(first: 5) { id token { id } type } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/J2oP9UNBjsnuDDW1fAoHKskyrNLFNBB2badQU6UvEtJp