Network
base
Subgraph ID
EXRKns—7KXJXe
Deployment ID
QmeLS3—qHs4Qq
Query URL
/subgraphs/id/EXRKns—7KXJXe
365.2K Queries (Past 30D)
909.3 Signal
Updated a month ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
blockInfos(first: 5) {
id
hash
blockNumber
timestamp
}
subjectTokens(first: 5) {
id
name
symbol
decimals
}
}
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/EXRKnsoBNwWk134nV5aezpZCPwcD6RWRCWMM2S7KXJXe
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ blockInfos(first: 5) { id hash blockNumber timestamp } subjectTokens(first: 5) { id name symbol decimals } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/EXRKnsoBNwWk134nV5aezpZCPwcD6RWRCWMM2S7KXJXe