Omen logo

Omen

13 Queries (Past 30D)

1.0 Signal

Updated a year ago

Network

mainnet

Subgraph ID

7JbjEf—7iYUPT

Deployment ID

QmRhh7—uj57w8

Query URL

/subgraphs/id/7JbjEf—7iYUPT

13 Queries (Past 30D)

1.0 Signal

Updated a year ago

Network
mainnet
Subgraph ID
7JbjEf—7iYUPT
Deployment ID
QmRhh7—uj57w8
Query URL
/subgraphs/id/7JbjEf—7iYUPT
Index Status

Query quick start

The production url for querying this Subgraph on the decentralized network.

Query url format

{base_url}

/api

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
7JbjEfSTme3LioqJ7SJZ9Y1GhSD55X98Btd8fg7iYUPT
Query URL
https://gateway.thegraph.com/api/subgraphs/id/7JbjEfSTme3LioqJ7SJZ9Y1GhSD55X98Btd8fg7iYUPT

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ questions(first: 5) { id templateId data title } answers(first: 5) { id answer bondAggregate question { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/7JbjEfSTme3LioqJ7SJZ9Y1GhSD55X98Btd8fg7iYUPT