Network
mainnet
Subgraph ID
78WsHd—EXM2uV
Deployment ID
QmRZhy—b4fQnt
Query URL
/subgraphs/id/78WsHd—EXM2uV
629.6 Signal
Updated 17 days ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
domains(first: 5) {
id
accessType
address
creationBlock
}
curvePriceConfigs(first: 5) {
id
baseLength
feePercentage
maxLength
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/78WsHdZFtkPrZjT3nYvd2KvFZ6w8mbZXsJexsBEXM2uV
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ domains(first: 5) { id accessType address creationBlock } curvePriceConfigs(first: 5) { id baseLength feePercentage maxLength } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/78WsHdZFtkPrZjT3nYvd2KvFZ6w8mbZXsJexsBEXM2uV