Network
matic
Subgraph ID
7fNs5i—k8twMp
Deployment ID
Qmbgyg—jgt5Wg
Query URL
/subgraphs/id/7fNs5i—k8twMp
0 Queries (Past 1D)
13.3 Signal
Updated 4 months ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
favInfos(first: 5) {
id
totalSupply
circulatingSupply
ifoStocksSold
}
userInfos(first: 5) {
id
totalCostBN
totalShares
initialEquity
}
}
1
x
Query quick start
The production url for querying this Subgraph on the decentralized network.
Query url format
{base_url}
/api/
{api-key}
/subgraphs/id/
{subgraph_id}
- Api key
- Base URL
- Subgraph id
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/7fNs5i6JTyoyC2vYbTX6M1Gc3DGfNgbP9RVTXLk8twMp
bash
curl -X POST \ -H "Content-Type: application/json" \ -d '{"query": "{ favInfos(first: 5) { id totalSupply circulatingSupply ifoStocksSold } userInfos(first: 5) { id totalCostBN totalShares initialEquity } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/{api-key}/subgraphs/id/7fNs5i6JTyoyC2vYbTX6M1Gc3DGfNgbP9RVTXLk8twMp