Network
matic
Subgraph ID
Ehwdkp—oLGyAR
Deployment ID
QmbKJ9—uwFDhN
Query URL
/subgraphs/id/Ehwdkp—oLGyAR
2.9K Queries (Past 30D)
3.4K Signal
Updated 7 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
{
"errors": [
{
"message": "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON",
"stack": "SyntaxError: Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
}
]
}
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/EhwdkpyF5u2Vi4HqpHBYkReE3Gg3zNLFJbRGdPoLGyAR
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/EhwdkpyF5u2Vi4HqpHBYkReE3Gg3zNLFJbRGdPoLGyAR