Uniswap V2 Swap Ethereum logo

Uniswap V2 Swap Ethereum

85.3K Queries (Past 30D)

9.9K Signal

Updated 2 years ago

Network

mainnet

Subgraph ID

3onEbd—QiQAFj

Deployment ID

QmZCXB—1KmKCq

Query URL

/subgraphs/id/3onEbd—QiQAFj

85.3K Queries (Past 30D)

9.9K Signal

Updated 2 years ago

Network
mainnet
Subgraph ID
3onEbd—QiQAFj
Deployment ID
QmZCXB—1KmKCq
Query URL
/subgraphs/id/3onEbd—QiQAFj
Index Status

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
3onEbd9MLfXTTWAfP91yqsKr7C68VCT2ZiF7EoQiQAFj
Query URL
https://gateway.thegraph.com/api/subgraphs/id/3onEbd9MLfXTTWAfP91yqsKr7C68VCT2ZiF7EoQiQAFj

bash
curl -X POST \  -H "Content-Type: application/json" \  -H "Authorization: Bearer {api-key}" \  -d '{"query": "{ tokens(first: 5) { id name symbol decimals } rewardTokens(first: 5) { id token { id } type } }", "operationName": "Subgraphs", "variables": {}}' \  https://gateway.thegraph.com/api/subgraphs/id/3onEbd9MLfXTTWAfP91yqsKr7C68VCT2ZiF7EoQiQAFj