1155 Tracker Ethereum logo

1155 Tracker Ethereum

20 Queries (Past 30D)

9.9K Signal

Updated 2 years ago

Network

mainnet

Subgraph ID

5C6JRV—bHMVmN

Deployment ID

QmSh9t—KzPUvH

Query URL

/subgraphs/id/5C6JRV—bHMVmN

20 Queries (Past 30D)

9.9K Signal

Updated 2 years ago

Network
mainnet
Subgraph ID
5C6JRV—bHMVmN
Deployment ID
QmSh9t—KzPUvH
Query URL
/subgraphs/id/5C6JRV—bHMVmN
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
5C6JRVzKcE9AVbT7S71EycV8eEGcfkJB9gGsyTbHMVmN
Query URL
https://gateway.thegraph.com/api/subgraphs/id/5C6JRVzKcE9AVbT7S71EycV8eEGcfkJB9gGsyTbHMVmN

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