Network
mainnet
Subgraph ID
Fv2ptH—PcyvTT
Deployment ID
QmXtz8—4yekGd
Query URL
/subgraphs/id/Fv2ptH—PcyvTT
675 Queries (Past 30D)
3.1K Signal
Updated a year ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
contracts(first: 5) {
id
address
totalSupply
removedTraits
}
characters(first: 5) {
id
tokenId
owner {
id
}
name
}
}
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/Fv2ptHrpfiYGwMumJry3XjS8kS1WfjQ3jAhJCyPcyvTT
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ contracts(first: 5) { id address totalSupply removedTraits } characters(first: 5) { id tokenId owner { id } name } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/Fv2ptHrpfiYGwMumJry3XjS8kS1WfjQ3jAhJCyPcyvTT