Network
matic
Subgraph ID
ECLEwJ—NSWrZF
Deployment ID
QmUAE3—8vz6kG
Query URL
/subgraphs/id/ECLEwJ—NSWrZF
11.9K Queries (Past 30D)
2.7K Signal
Updated 21 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
provenanceRecords(first: 5) {
id
token
tokenId
transactionHash
}
tokens(first: 5) {
id
tokenAddress
name
symbol
}
}
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/ECLEwJKgujmiRCW1XbfbbUbpae2igeHa2KJ6BXNSWrZF
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ provenanceRecords(first: 5) { id token tokenId transactionHash } tokens(first: 5) { id tokenAddress name symbol } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/ECLEwJKgujmiRCW1XbfbbUbpae2igeHa2KJ6BXNSWrZF