Network
mainnet
Subgraph ID
9M1QsQ—CLJTxx
Deployment ID
QmR5hJ—aquVm3
Query URL
/subgraphs/id/9M1QsQ—CLJTxx
10 Queries (Past 30D)
5.1K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
cardTypes(first: 5) {
id
name
address
supply
}
cardBalances(first: 5) {
id
type {
id
}
unwrapped
wrappedUnofficial
}
}
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/9M1QsQtk8j5rCHWW1bYuzNS6SB1e9nzA3GsX3sCLJTxx
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ cardTypes(first: 5) { id name address supply } cardBalances(first: 5) { id type { id } unwrapped wrappedUnofficial } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/9M1QsQtk8j5rCHWW1bYuzNS6SB1e9nzA3GsX3sCLJTxx