Server Details
Query real-time blockchain token data across EVM and Solana networks. Access token balances, transfers, prices, holders, NFT ownership, DEX swaps, and liquidity pools. Supports Ethereum, Base, Arbitrum, BSC, Polygon, Solana, and more.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
41 toolsgetV1EvmBalancesTry in Inspector
Returns ERC-20 token balances for a wallet address.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
address (Required): Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.include_null_balances: Include zero/null balances in results
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | Yes | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| include_null_balances | No | Include zero/null balances in results |
getV1EvmBalancesHistoricalTry in Inspector
Returns wallet ERC-20 token balance changes over time in OHLCV format.
OHLCV historical depth is subject to plan restrictions.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
address (Required): Filter by address
contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.interval: The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).*Plan restricted.
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | Yes | Filter by address | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| interval | No | The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).<br>*Plan restricted. | 1d |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
getV1EvmBalancesHistoricalNativeTry in Inspector
Returns wallet Native balance changes over time in OHLCV format.
OHLCV historical depth is subject to plan restrictions.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
address (Required): Filter by address
interval: The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).*Plan restricted.
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | Yes | Filter by address | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| interval | No | The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).<br>*Plan restricted. | 1d |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
getV1EvmBalancesNativeTry in Inspector
Returns EVM native balances for wallet addresses.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
address (Required): Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks |
getV1EvmDexesTry in Inspector
Returns all supported EVM DEXs.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks |
getV1EvmHoldersTry in Inspector
Returns top token holders ranked by ERC-20 balance.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
contract (Required): Filter by contract address
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | Yes | Filter by contract address |
getV1EvmHoldersNativeTry in Inspector
Returns top token holders ranked by Native balance.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks |
getV1EvmNftCollectionsTry in Inspector
Returns NFT collection metadata, supply stats, owner count, and transfer history.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
contract (Required): Filter by contract address
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | Yes | Filter by contract address |
getV1EvmNftHoldersTry in Inspector
Returns wallet addresses holding NFT collection tokens with quantity and percentage distribution.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
contract (Required): Filter by contract address
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | Yes | Filter by contract address |
getV1EvmNftItemsTry in Inspector
Returns NFT token metadata, attributes, current owner, and media URIs.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
contract (Required): Filter by contract address
token_id: Token IDSingle value or array of values* (separate multiple values with
,)*Plan restricted.limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | Yes | Filter by contract address | |
| token_id | No | Token ID<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1EvmNftOwnershipsTry in Inspector
Returns NFT tokens owned by a wallet address with metadata and ownership information.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
address (Required): Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.token_id: Token IDSingle value or array of values* (separate multiple values with
,)*Plan restricted.token_standard: Token standard
include_null_balances: Include zero/null balances in results
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | Yes | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| token_id | No | Token ID<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| token_standard | No | Token standard | |
| include_null_balances | No | Include zero/null balances in results |
getV1EvmNftSalesTry in Inspector
Returns NFT marketplace sales with price, buyer, seller, and transaction data.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.token_id: Token IDSingle value or array of values* (separate multiple values with
,)*Plan restricted.address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.from_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.to_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| token_id | No | Token ID<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_block | No | Filter by block number | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2025-01-01 |
| to_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number | |
| from_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1EvmNftTransfersTry in Inspector
Returns NFT transfer events including mints, burns, and ownership changes.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
type: Transfer category
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.token_id: Token IDSingle value or array of values* (separate multiple values with
,)*Plan restricted.address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.from_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.to_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| type | No | Transfer category | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| token_id | No | Token ID<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_block | No | Filter by block number | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2025-01-01 |
| to_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number | |
| from_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1EvmPoolsTry in Inspector
Returns DEX pool metadata including tokens, fees and protocol.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
factory: Filter by factory addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.pool: Filter by pool addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.input_token: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.output_token: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.protocol: Protocol name
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| pool | No | Filter by pool address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| factory | No | Filter by factory address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| protocol | No | Protocol name | |
| input_token | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| output_token | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1EvmPoolsOhlcTry in Inspector
Returns OHLCV price data for liquidity pools.
OHLCV historical depth is subject to plan restrictions.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
pool (Required): Filter by pool address
interval: The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).*Plan restricted.
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| pool | Yes | Filter by pool address | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| interval | No | The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).<br>*Plan restricted. | 1d |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
getV1EvmSwapsTry in Inspector
Returns DEX swaps events with input & output token amounts.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.factory: Filter by factory addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.pool: Filter by pool addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.caller: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.sender: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.recipient: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.input_contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.output_contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.protocol: Protocol name
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| pool | No | Filter by pool address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| caller | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| sender | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| factory | No | Filter by factory address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| protocol | No | Protocol name | |
| end_block | No | Filter by block number | |
| recipient | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
| start_block | No | Filter by block number | |
| input_contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| output_contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1EvmTokensTry in Inspector
Returns ERC-20 token metadata including supply and holder count.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
contract (Required): Filter by contract address
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | Yes | Filter by contract address |
getV1EvmTokensNativeTry in Inspector
Returns Native metadata including supply and holder count.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks |
getV1EvmTransfersTry in Inspector
Returns ERC-20 transfers with transaction and block data.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.from_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.to_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| end_block | No | Filter by block number | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
| to_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number | |
| from_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1EvmTransfersNativeTry in Inspector
Returns Native transfers with transaction and block data.
Query Parameters:
network (Required): The Graph Network ID for EVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.from_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.to_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for EVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| end_block | No | Filter by block number | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
| to_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number | |
| from_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1HealthTry in Inspector
Returns API operational status and dependency health with optional endpoint testing.
Use skip_endpoints to bypass endpoint responses checks.
Query Parameters:
skip_endpoints: No description.
Responses:
200 (Success): API is healthy or degraded
Content-Type:
application/jsonResponse Properties:
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
503: API is unhealthy
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| skip_endpoints | No |
getV1NetworksTry in Inspector
Returns supported blockchain networks with identifiers and metadata.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
getV1SvmBalancesTry in Inspector
Returns SPL token balances for Solana token owners with mint and program data.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
owner (Required): Filter by owner addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.token_account: Filter by token account addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.mint: Filter by mint addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.program_id: Filter by SPL token program ID
include_null_balances: Include zero/null balances in results
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Filter by mint address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| owner | Yes | Filter by owner address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks | |
| program_id | No | Filter by SPL token program ID | |
| token_account | No | Filter by token account address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| include_null_balances | No | Include zero/null balances in results |
getV1SvmBalancesNativeTry in Inspector
Returns SOL native balances for wallet addresses.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
address (Required): Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.include_null_balances: Include zero/null balances in results
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| address | Yes | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks | |
| include_null_balances | No | Include zero/null balances in results |
getV1SvmDexesTry in Inspector
Returns all supported Solana DEXs.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks |
getV1SvmHoldersTry in Inspector
Returns top token holders ranked by balance.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
mint (Required): Filter by mint address
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Filter by mint address | |
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks |
getV1SvmOwnerTry in Inspector
Returns owner address of an associated token account (ATA) with closure status.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
account (Required): Filter by token account addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| account | Yes | Filter by token account address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks |
getV1SvmPoolsTry in Inspector
Returns AMM pool information from Solana DEX protocols with transaction counts.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
amm: Filter by AMM addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.amm_pool: Filter by AMM pool addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.input_mint: Filter by mint addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.output_mint: Filter by mint addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.program_id: Filter by program IDSingle value or array of values* (separate multiple values with
,)*Plan restricted.limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| amm | No | Filter by AMM address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks | |
| amm_pool | No | Filter by AMM pool address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| input_mint | No | Filter by mint address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| program_id | No | Filter by program ID<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| output_mint | No | Filter by mint address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1SvmPoolsOhlcTry in Inspector
Provides pricing data in the Open/High/Low/Close/Volume (OHCLV) format for DEX pools.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
amm_pool (Required): Filter by AMM pool address
interval: The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).*Plan restricted.
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks | |
| amm_pool | Yes | Filter by AMM pool address | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| interval | No | The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).<br>*Plan restricted. | 1d |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
getV1SvmSwapsTry in Inspector
Returns AMM swap events from Solana DEXs with input/output tokens and amounts.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
signature: Filter by transaction signatureSingle value or array of values* (separate multiple values with
,)*Plan restricted.amm: Filter by AMM addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.amm_pool: Filter by AMM pool addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.user: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.input_mint: Filter by mint addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.output_mint: Filter by mint addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.program_id: Filter by program IDSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| amm | No | Filter by AMM address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| user | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks | |
| amm_pool | No | Filter by AMM pool address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| end_block | No | Filter by block number | |
| signature | No | Filter by transaction signature<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| input_mint | No | Filter by mint address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| program_id | No | Filter by program ID<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2020-01-01 |
| output_mint | No | Filter by mint address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number |
getV1SvmTokensTry in Inspector
Provides SVM token contract metadata.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
mint (Required): Filter by mint address
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Filter by mint address | |
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks |
getV1SvmTransfersTry in Inspector
Returns SPL token transfers with program, authority, and account information.
Query Parameters:
network (Required): The Graph Network ID for SVM networks https://thegraph.com/networks
signature: Filter by transaction signatureSingle value or array of values* (separate multiple values with
,)*Plan restricted.source: Filter by token account addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.destination: Filter by token account addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.authority: Filter by authority addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.mint: Filter by mint addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.program_id: Filter by SPL token program ID
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Filter by mint address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| source | No | Filter by token account address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for SVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| authority | No | Filter by authority address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_block | No | Filter by block number | |
| signature | No | Filter by transaction signature<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| program_id | No | Filter by SPL token program ID | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2020-01-01 |
| destination | No | Filter by token account address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number |
getV1TvmDexesTry in Inspector
Returns all supported TVM DEXs.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks |
getV1TvmPoolsTry in Inspector
Returns DEX pool metadata including tokens, fees and protocol.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
factory: Filter by factory addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.pool: Filter by pool addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.input_token: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.output_token: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.protocol: Protocol name
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| pool | No | Filter by pool address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| factory | No | Filter by factory address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks | |
| protocol | No | Protocol name | |
| input_token | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| output_token | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1TvmPoolsOhlcTry in Inspector
Returns OHLCV price data for liquidity pools.
OHLCV historical depth is subject to plan restrictions.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
pool (Required): Filter by pool address
interval: The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).*Plan restricted.
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| pool | Yes | Filter by pool address | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| interval | No | The interval* for which to aggregate price data (hourly, 4-hours, daily or weekly).<br>*Plan restricted. | 1d |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
getV1TvmSwapsTry in Inspector
Returns DEX swaps events with input & output token amounts.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.factory: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.pool: Filter by pool addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.caller: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.sender: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.recipient: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.input_contract: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.output_contract: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.protocol: Protocol name
start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| pool | No | Filter by pool address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| caller | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| sender | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| factory | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| protocol | No | Protocol name | |
| end_block | No | Filter by block number | |
| recipient | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
| start_block | No | Filter by block number | |
| input_contract | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| output_contract | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1TvmTokensTry in Inspector
Provides ERC-20 token contract metadata.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
contract (Required): Filter by contract address
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks | |
| contract | Yes | Filter by contract address |
getV1TvmTokensNativeTry in Inspector
Provides Native metadata.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks |
getV1TvmTransfersTry in Inspector
Returns ERC-20 transfers with transaction and block data.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.contract: Filter by contract addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.from_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.to_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks | |
| contract | No | Filter by contract address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| end_block | No | Filter by block number | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
| to_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number | |
| from_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1TvmTransfersNativeTry in Inspector
Returns Native transfers with transaction and block data.
Query Parameters:
network (Required): The Graph Network ID for TVM networks https://thegraph.com/networks
transaction_id: Filter by transaction hashSingle value or array of values* (separate multiple values with
,)*Plan restricted.from_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.to_address: Filter by addressSingle value or array of values* (separate multiple values with
,)*Plan restricted.start_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
end_time: UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).
start_block: Filter by block number
end_block: Filter by block number
limit: Number of items* returned in a single request.*Plan restricted.
page: Page number to fetch.Empty
dataarray signifies end of results.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
request_time: ISO 8601 datetime string
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch.<br>Empty `data` array signifies end of results. | |
| limit | No | Number of items* returned in a single request.<br>*Plan restricted. | |
| network | Yes | The Graph Network ID for TVM networks https://thegraph.com/networks | |
| end_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2050-01-01 |
| end_block | No | Filter by block number | |
| start_time | No | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | 2015-01-01 |
| to_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| start_block | No | Filter by block number | |
| from_address | No | Filter by address<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. | |
| transaction_id | No | Filter by transaction hash<br>Single value or array of values* (separate multiple values with `,`)<br>*Plan restricted. |
getV1VersionTry in Inspector
Returns API version, build date, and commit information.
Responses:
200 (Success): Successful Response
Content-Type:
application/jsonResponse Properties:
Example:
400: Client side error
Content-Type:
application/jsonResponse Properties:
Example:
401: Authentication failed
Content-Type:
application/jsonResponse Properties:
Example:
403: Forbidden
Content-Type:
application/jsonResponse Properties:
Example:
404: Not found
Content-Type:
application/jsonResponse Properties:
Example:
500: Server side error
Content-Type:
application/jsonResponse Properties:
Example:
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!