Chains Supported

This API endpoint, called "Chains Supported," is designed to fetch data on the different blockchain networks supported by the dex_etl.chains. The SQL query for this endpoint is "SELECT chain_id as value, network as name FROM dex_etl.chains." The purpose of this is to provide users with a detailed list of available blockchain networks and their corresponding ids in our database.

The endpoint does not require any parameters to function, which simplifies the execution process for users. Upon receiving a request, it returns a structured JSON that includes these fields: 'value' which represents the unique identifier for the chain, and 'name' which refers to the name of the blockchain network. These JSON data can be viewed in a tabular format that makes it easier for users to discern the information. Please, bear in mind that no further customization options are available for these table visualizations.
Clone, Modify, Create API here at View query

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