Network
base
Subgraph ID
6xozxD—RnZD4n
Deployment ID
QmR5rg—3emYSn
Query URL
/subgraphs/id/6xozxD—RnZD4n
79.1K Queries (Past 30D)
1.5K Signal
Updated 8 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
operations(first: 5) {
id
type
timestamp
transaction
}
tokens(first: 5) {
id
symbol
name
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/6xozxD3hugFb5Bx8Ej59WCx777TGzFuzeHKnmTRnZD4n
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ operations(first: 5) { id type timestamp transaction } tokens(first: 5) { id symbol name decimals } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/6xozxD3hugFb5Bx8Ej59WCx777TGzFuzeHKnmTRnZD4n