Native Tokens

This API endpoint provides a way to fetch native tokens of different chains present in a decentralized exchange (dex). The query selects chain_id and assigns it an encoded address known as name. When chain ID equals 10, 250, 7700, 100, 42161, and 42170, distinctive name values are returned. Else, NULL is returned.

This query doesn't require any parameters.

The output of this endpoint is a table with two columns - value and name. The value column corresponds to the chain_id extracted from the dex_etl.chains table, and the name column has the corresponding native token address.

This endpoint does not directly support any data visualization. However, the returned data table can be used to create tables or charts to visualize the chain IDs and their corresponding token addresses.
Clone, Modify, Create API here at View query

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