The SDK includes typed wrappers for the public token endpoints. All return cached prices where possible — use them in tight UI loops without hammering the API.Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
getAllTokens
getTokenDetails
getTokenPrices
getBalances
Tips
- Native token — comes back under the sentinel address
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE. - Price freshness — DZap aggregates prices across CoinGecko + protocol-native sources. Stale prices (>5min) are flagged in the response.
- Decimals — always check
decimalsbefore formatting. USDC is 6, WETH is 18.