i wanted to fetch a user address's asset details using pera explorer.
https://docs.perawallet.app/references/public-api
this contains the doc to use the api but this api does not give response for a specific user address.
please suggest some alternative.
#To fetch asset details using pera explorer api.
8 messages · Page 1 of 1 (latest)
@ocean fern have you checked out lora: https://lora.algokit.io/
Switch to the network of your choice and if you enter the user address, you should be able to fetch all the assets held/opted/created by that address. Let me know if it works for you
AlgoKit lora, the Algorand live on-chain resource analyzer.
yep , thank you so much
Why not use a node or indexer?
If you'll be doing requests en masse and don't need historic data/general data (eg; holders or transactions of the asset) there's an installation guide for setting up your own node.
But nodely has a free tier and public API's for quick fetches for things like this
https://developer.algorand.org/docs/run-a-node/setup/install/
Algokit's Lora is beautiful for transaction comprehension/review and work with smart contracts
@ocean fern let us know if your query is resolved after using nodely and if we can close the post