Token Prices
Last updated
Last updated
The Panora Price API provides real-time price data for tokens on the Aptos chain, making it easy for developers to integrate accurate pricing information into their dApps.
Real-Time Price Feeds: Get up-to-date token prices for accurate trading and analysis.
Wide Token Coverage: Supports all tokens tradable on the Aptos mainnet network.
The Token Prices can be accessed through the public
Public API Key:
Note: For large-scale public applications, please submit a ticket on Discord to request a dedicated API key for enhanced performance and reliability.
API Usage Example:
GET
https://api.panora.exchange/prices
chainId (string, optional): The chain ID associated with the token (Default: 1 for Aptos Mainnet).
tokenAddress (string, optional): Comma-separated list of coin (legacy) and / or FA addresses. The API returns the price information for the specified tokens. If not provided, the query will return prices of all tokens having liquidity above a nominal threshold.
Token Price Response
The response object contains the following fields:
chainId: The chain ID associated with the token (Default: 1 for Aptos Mainnet)
tokenAddress: The complete address of the token as per the Aptos Coin Standard (Legacy)
faAddress: The complete address of the token as per the Aptos Fungible Asset (FA) Standard
name: The on-chain registered name of the token
symbol: The on-chain registered symbol of the token
decimals: The number of decimal places of the token
usdPrice: The latest usd price of the token
nativePrice: The latest price of the token relative to the native token
Example Response
Kindly include proper attribution when using the API in projects or presentations. Mention βPowered by Panoraβ wherever applicable.