Back to catalog
⛓️

The Graph

API Key

Indexing protocol for querying networks like Ethereum with GraphQL

⛓️BlockchainHTTPS

Uniswap V3 Pool

The Graph API

SubgraphUniswap/uniswap-v3
EntityPool
FieldTotalValueLockedUSD
Value1284573920.47
Block Number19,482,651

Sample Response

response.json
1{
2 "subgraph": "uniswap/uniswap-v3",
3 "entity": "Pool",
4 "field": "totalValueLockedUSD",
5 "value": "1284573920.47",
6 "blockNumber": 19482651
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://thegraph.com" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs