snowball_contracts logo

snowball_contracts

0 Signal

Updated 6 months ago

Network

avalanche

Subgraph ID

G4H2P9—u653JH

Deployment ID

QmeZjU—d3FVfk

Query URL

/subgraphs/id/G4H2P9—u653JH

0 Signal

Updated 6 months ago

Network
avalanche
Subgraph ID
G4H2P9—u653JH
Deployment ID
QmeZjU—d3FVfk
Query URL
/subgraphs/id/G4H2P9—u653JH

Query quick start

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

Query url format

{base_url}

/subgraphs/id/

{subgraph_id}

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

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ approvals(first: 5) { id owner spender value } ownershipTransferreds(first: 5) { id previousOwner newOwner blockNumber } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/G4H2P9CgZQyZjroc6somHgNGsTaccvDZsRAPoQu653JH