Network
mainnet
Subgraph ID
HdVdER—JfZNqK
Deployment ID
QmbwLW—2wsqSS
Query URL
/subgraphs/id/HdVdER—JfZNqK
73.6K Queries (Past 30D)
0 Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
marketplaces(first: 5) {
id
name
slug
network
}
collections(first: 5) {
id
name
symbol
totalSupply
}
}
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/HdVdERFUe8h61vm2fDyycHgxjsde5PbB832NHgJfZNqK
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ marketplaces(first: 5) { id name slug network } collections(first: 5) { id name symbol totalSupply } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/HdVdERFUe8h61vm2fDyycHgxjsde5PbB832NHgJfZNqK