Network
matic
Subgraph ID
tLbAAA—maT86C
Deployment ID
QmV46r—p1WTg9
Query URL
/subgraphs/id/tLbAAA—maT86C
42.1K Queries (Past 30D)
3.0K Signal
Updated 4 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
ignoredAssets(first: 5) {
id
}
assets(first: 5) {
id
decimals
balances {
id
}
transfers
}
}
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/tLbAAASbNgTZuqkVdPMs8RJBXLs9WZS7758t1maT86C
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ ignoredAssets(first: 5) { id } assets(first: 5) { id decimals balances { id } transfers } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/tLbAAASbNgTZuqkVdPMs8RJBXLs9WZS7758t1maT86C