Network
gnosis
Subgraph ID
FKxJm7—izRRga
Deployment ID
QmYEp6—XnJVuy
Query URL
/subgraphs/id/FKxJm7—izRRga
2.2M Queries (Past 30D)
9.9K Signal
Updated 10 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
orders(first: 5) {
id
contract
orderId
createdAt
}
currencies(first: 5) {
id
name
symbol
orders {
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/FKxJm7naeH8WnHdE63iCWp8o4ZbJjk6MpemAXNizRRga
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ orders(first: 5) { id contract orderId createdAt } currencies(first: 5) { id name symbol orders { id } } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/FKxJm7naeH8WnHdE63iCWp8o4ZbJjk6MpemAXNizRRga