Uso de la API de DAS
Can I get price data for any token?
Can I get price data for any token?
token_info.price_info existe en la respuesta de getAsset.How do I get all NFTs for a wallet?
How do I get all NFTs for a wallet?
getAssetsByOwner con la dirección de la billetera y aplica paginación si la billetera contiene muchos activos.What's the difference between getAsset and searchAssets?
What's the difference between getAsset and searchAssets?
getAsset obtiene un activo mediante su dirección de acuñación, mientras que searchAssets te permite consultar varios activos con filtros.How do I find the largest holders of a token?
How do I find the largest holders of a token?
getTokenLargestAccounts con la dirección de acuñación de tu token. Esto devuelve los 20 principales titulares, ordenados por saldo. Consulta nuestra guía de getTokenLargestAccounts para obtener más información.How do I find all token holders of a specific mint?
How do I find all token holders of a specific mint?
getProgramAccounts con filtros por el programa de tokens y la dirección de acuñación, o getTokenAccountsByOwner para propietarios específicos. Para realizar un análisis completo de los titulares del token, combínalo con getTokenLargestAccounts.Como alternativa, puedes usar los métodos getProgramAccountsV2 y getTokenAccountsByOwnerV2 para mejorar la compatibilidad con la paginación y admitir actualizaciones incrementales mediante el parámetro changedSinceSlot.How do I get the market capitalization of a token?
How do I get the market capitalization of a token?
getAsset). Los datos de precios están disponibles en las respuestas de la API de DAS para los 10 mil tokens principales por volumen de 24 horas.How to get updates on balance changes of all tokens owned by a wallet?
How to get updates on balance changes of all tokens owned by a wallet?
What is the relationship between DAS rate limits and RPC rate limits?
What is the relationship between DAS rate limits and RPC rate limits?
Solución de problemas de la API de DAS
Why does getAsset sometimes lack price?
Why does getAsset sometimes lack price?
Why does my TOKEN_MINT webhook not return all token mints?
Why does my TOKEN_MINT webhook not return all token mints?