Network
mainnet
Subgraph ID
4oVxkM—Ft2vHW
Deployment ID
QmeeZJ—aAmVKa
Query URL
/subgraphs/id/4oVxkM—Ft2vHW
1.4M Queries (Past 30D)
1.1K Signal
Updated 2 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
tokens(first: 5) {
id
firstUpdateBlockNumber
firstUpdateTimestamp
firstUpdateTransactionHash
}
transfers(first: 5) {
id
blockNumber
timestamp
transactionHash {
id
}
}
}
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/4oVxkMtN4cFepbiYrSKz1u6HWnJym435k5DQRAFt2vHW
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ tokens(first: 5) { id firstUpdateBlockNumber firstUpdateTimestamp firstUpdateTransactionHash } transfers(first: 5) { id blockNumber timestamp transactionHash { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/4oVxkMtN4cFepbiYrSKz1u6HWnJym435k5DQRAFt2vHW