721 Tracker Polygon logo

721 Tracker Polygon

7 Queries (Past 30D)

0 Signal

Updated 2 years ago

Network

matic

Subgraph ID

2aDMaV—i8hMUq

Deployment ID

QmVHYt—mCxxZZ

Query URL

/subgraphs/id/2aDMaV—i8hMUq

7 Queries (Past 30D)

0 Signal

Updated 2 years ago

Network
matic
Subgraph ID
2aDMaV—i8hMUq
Deployment ID
QmVHYt—mCxxZZ
Query URL
/subgraphs/id/2aDMaV—i8hMUq
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
2aDMaVJ8RakyFSUHErWPbC2bzYvsAQLRxcMkGvi8hMUq
Query URL
https://gateway.thegraph.com/api/subgraphs/id/2aDMaVJ8RakyFSUHErWPbC2bzYvsAQLRxcMkGvi8hMUq

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ contracts(first: 5) { id asERC721 { id } } accounts(first: 5) { id tokens { id } transfersFrom { id } transfersTo { id } } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/2aDMaVJ8RakyFSUHErWPbC2bzYvsAQLRxcMkGvi8hMUq