GET /widget-tokens
Retrieve all supported tokens on Native
This endpoint provides a list of default tokens supported by Native. Note that even if a token pair is not listed in this API response, it may still be supported as Native aggregates liquidity from various DEXs and aggregators.
Headers
apiKey
API Key retrieved from the Native app
Params
chain
*
Example
Response
Type: Array of widget token objects
id
The unique identifier for the token
chain
The blockchain value that will be used for Native's API request
address
The address of the ERC20 contract
symbol
The symbol of the token
decimals
The number of decimals for the token
name
The name of the token
logo
The image url of the token
desc
Description (if any) about the token
featured
Whether this token is featured on the Native widget
is_supported
Whether this token is currently supported by Native liquidity
stablecoin
Indicates whether this is a stable coin
major
Indicates whether this is a major token. Example: ETH, BTC, BNB
Example
Note: For the native token, we return the token address as 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
.
Explore this endpoint and see how it works here.
Last updated