Network
mainnet
Subgraph ID
HsybwK—Y3Zdju
Deployment ID
QmUnHJ—2YY8Kx
Query URL
/subgraphs/id/HsybwK—Y3Zdju
4.7K Queries (Past 30D)
3.5K Signal
Updated 9 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
transactions(first: 5) {
id
blockNumber
blockTimestamp
caller
}
withdrawalRequests(first: 5) {
id
lockTime
unlockedAt
creationTransaction {
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/HsybwKdnhZkxGb3d59uAoiejAnfy1bA1gKdoVTY3Zdju
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ transactions(first: 5) { id blockNumber blockTimestamp caller } withdrawalRequests(first: 5) { id lockTime unlockedAt creationTransaction { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/HsybwKdnhZkxGb3d59uAoiejAnfy1bA1gKdoVTY3Zdju