Networks Supported

This API Endpoint, "Networks Supported", is designed to fetch data regarding the different networks supported by the Block Explorer. It retrieves this information from the dex_etl.chains table via an SQL query. The query returns the 'network' and the concatenated 'network' and 'chain_id' as name and value, respectively.

Currently, there are no parameters required for this query, thus it supports a simple GET request.

The output produced is a list of supported networks along with their corresponding 'chain_id'. The output data is structured in a table format (with 'name' and 'value' as the primary columns). Please note that no specific visualization has been created for this data, making it best for direct data retrieval or use in creating custom visualizations.
Clone, Modify, Create API here at View query

Language
Authorization
Query
Click Try It! to start a request and see the response here!