subgraph exp logo

subgraph exp

1 Queries (Past 1D)

0 Signal

Updated a year ago

Network

blast-testnet

Subgraph ID

EZaH13—jKt3sY

Deployment ID

QmcfTc—GM6EdY

Query URL

/subgraphs/id/EZaH13—jKt3sY

1 Queries (Past 1D)

0 Signal

Updated a year ago

Network
blast-testnet
Subgraph ID
EZaH13—jKt3sY
Deployment ID
QmcfTc—GM6EdY
Query URL
/subgraphs/id/EZaH13—jKt3sY
Index Status

Query quick start

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

Query url format

{base_url}

/api/

{api-key}

/subgraphs/id/

{subgraph_id}

Base URL
https://gateway.thegraph.com/api
Subgraph id
EZaH1344V6SV1EyHeAM3RJ5v84gufeaP3mq8yJjKt3sY
Query URL format
https://gateway.thegraph.com/api/{api-key}/subgraphs/id/EZaH1344V6SV1EyHeAM3RJ5v84gufeaP3mq8yJjKt3sY

bash
curl -X POST \  -H "Content-Type: application/json" \  -d '{"query": "{ uniswapFactories(first: 5) { id pairCount totalVolumeUSD totalVolumeETH } tokens(first: 5) { id symbol name decimals } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/{api-key}/subgraphs/id/EZaH1344V6SV1EyHeAM3RJ5v84gufeaP3mq8yJjKt3sY