Get curated Aleo token prices for the given network
Returns a stable list of (address, isNative, tokenId, price) rows for every curated Aleo token on the requested network — independent of the caller’s balance. Used by the widget to display fiat values on the Shielded balance tab, which is built client-side from records and never goes through the multichain /accountBalances endpoint. Tokens whose CoinGecko id has no cached price are returned with price: null.
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Query Parameters
Aleo network whose curated price list to return.
testnet, mainnet Response
Curated price list
Response wrapper for GET /chains/aleo/prices. Always present even
when the requested network has no curated tokens — result.prices
will simply be an empty array.