search_subgraphs
Find and filter blockchain subgraphs by domain, network, protocol type, or keyword to locate indexed data sources for querying.
Instructions
Search and filter the classified subgraph registry (15,500+ subgraphs). Filter by domain (defi, nfts, dao, gaming, identity, infrastructure, social, analytics), network (mainnet, arbitrum-one, base, matic, bsc, optimism, avalanche), protocol_type (dex, lending, bridge, staking, options, perpetuals, nft-marketplace, yield-aggregator, governance, name-service), canonical entity type (liquidity_pool, trade, token, position, vault, loan, collateral, liquidation, nft_collection, nft_item, nft_sale, proposal, delegate, domain_name, account, transaction, daily_snapshot, hourly_snapshot), or free-text keyword. Returns subgraphs ranked by reliability score with query URLs. To query data: POST GraphQL to https://gateway.thegraph.com/api/[api-key]/subgraphs/id/[subgraph-id] (get API key from https://thegraph.com/studio/apikeys/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text search across names and descriptions | |
| domain | No | Filter by domain: defi, nfts, dao, gaming, identity, infrastructure, social, analytics | |
| network | No | Filter by chain: mainnet, arbitrum-one, base, matic, bsc, optimism, avalanche, etc. | |
| protocol_type | No | Filter by protocol type: dex, lending, bridge, staking, options, perpetuals, etc. | |
| entity | No | Filter by canonical entity: liquidity_pool, trade, token, position, vault, loan, etc. | |
| min_reliability | No | Minimum reliability score (0-1). Higher = more signal/stake/fees. | |
| limit | No | Max results to return (default: 20) |