🪙Token List
The Panora Token List provides a verified catalog of tokens on the Aptos chain, ensuring seamless integration and secure trading for DeFi applications.
Token Categories
Community-Validated Tokens Verified tokens trusted by the community.
Non-Validated Tokens Tokens with sufficient liquidity but not yet verified.
Banned Tokens Tokens restricted from trading for safety reasons.
How to Use
Access the Token List: GitHub Repository
Filter by Parameters: Use
isInPanoraTokenList
orisBanned
to filter tokens based on their status.
Getting Started
Public API Key:
Note: For large-scale apps, please raise a ticket on Discord for a dedicated key.
Get token list for the swap:
GET
https://api.panora.exchange/tokenlist
Parameters
isInPanoraTokenList
-boolean
(optional) Iftrue
, returns only the community-validated tokens. Otherwise, returns all the non-validated tokens.isBanned
-boolean
(optional) Iftrue
, returns only the banned tokens.tokenAddress
-string
(optional) Comma separated token addresses. Only returns the token address of the mentioned tokens.
Aptos Token List Response
The response object consists of the following fields:
chainId
: The chain ID to which the token belongs. (Note: The default chain ID is 1 for Aptos Mainnet)tokenAddress
: The complete address used to identify the token as per the Aptos Coin Standard (Legacy)faAddress
: The complete address used to identify the token as per the Aptos Fungible Asset (FA) Standardname
: The name of the tokensymbol
: The symbol registered by the token minter on-chaindecimals
: The number of decimal places for the tokenbridge
: The bridge associated with the token, if any (optional)panoraSymbol
: Similar to symbol, but with prefixes based on the bridge: lz for LayerZero, wh for Wormhole, and ce for Celersimilar tosymbol
, except: layerzero symbols uselz
prefix, wormhole symbols usewh
prefix and celer symbols usece
prefixlogoUrl
: The URL for the token's logocategory
: The token's classification (Native, Meme, or Bridged)isInPanoraTokenList
: Indicates if the token is community-validated and visible for trading on the Panora platformisBanned
: Indicates if the token is prohibited from tradingpanoraOrderIndex
: The default sorting order for tokens within Panora SwapcoinGeckoId
: The CoinGecko ID, which may be used to fetch price feeds (optional)coinMarketCapId
: The CoinMarketCap ID, which may be used to fetch price feeds (optional).
Example Response:
Collaborate with us 🤝
The Aptos Token List is in its initial phase, and we're eager to partner with users, community members and protocols to develop and refine it for the benefit of the entire ecosystem.
If you have any suggestions, then talk to us!!
Attribution
Kindly include proper attribution when using the API in projects or presentations. Mention “Powered by Panora” wherever applicable.
Last updated