Network
base
Subgraph ID
BpyMrJ—AYsRZn
Deployment ID
Qmc15j—qsdUii
Query URL
/subgraphs/id/BpyMrJ—AYsRZn
11 Queries (Past 30D)
490.1 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/BpyMrJpX6yiQPWwWZetQgJfidKCfY6Go1Lxu8uAYsRZn
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/BpyMrJpX6yiQPWwWZetQgJfidKCfY6Go1Lxu8uAYsRZn