Network
mainnet
Subgraph ID
E4Miky—bfa9Ss
Deployment ID
Qmb54J—kHPREV
Query URL
/subgraphs/id/E4Miky—bfa9Ss
168.2K Queries (Past 30D)
1.1K Signal
Updated 2 years ago
- Network
- Subgraph ID
- Deployment ID
- Query URL
- Index Status
xxxxxxxxxx
{
markets(first: 5) {
id
marketId
bondContract
bondType
}
marketCreatedEvents(first: 5) {
id
marketId
bondContract
bondType
}
}
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/E4Mikyz3ec1MGGFYNuEDQ3F1qtcLashFKwyTvnbfa9Ss
bash
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {api-key}" \ -d '{"query": "{ markets(first: 5) { id marketId bondContract bondType } marketCreatedEvents(first: 5) { id marketId bondContract bondType } }", "operationName": "Subgraphs", "variables": {}}' \ https://gateway.thegraph.com/api/subgraphs/id/E4Mikyz3ec1MGGFYNuEDQ3F1qtcLashFKwyTvnbfa9Ss