Network
mainnet
Subgraph ID
3cMswg—mY5e2i
Deployment ID
Qmaj3M—PV8rRu
Query URL
/subgraphs/id/3cMswg—mY5e2i
14 Queries (Past 30D)
991.6 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/3cMswgcjkpLmuF99ViQRZfCPRyCsnimqQsR9z6mY5e2i
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/3cMswgcjkpLmuF99ViQRZfCPRyCsnimqQsR9z6mY5e2i