Assets

Assets HTTP API

assets api keys can be found at dtontech bot to use them, just pass api key to url, example https //dton io/{your key}/api/v1/assets/dton ton https //dton io/{your key}/graphql endpoint url /api/v1/assets/\<users>/ method get parameters parameter name type description users string a single user address or a comma separated list of user addresses behavior single user when the users parameter contains one address, the api returns all asset data for the specified user example /api/v1/assets/address multiple users when the users parameter contains multiple addresses (comma separated), the api returns grouped asset data for all specified users example /api/v1/assets/address1,address2 response single user a json array of asset objects for the user, including related jetton info multiple users a json array of grouped asset objects with user specific data nested assets net worth endpoint url /api/v1/assets/net worth/\<users>/ method get parameters parameter name type description users string a single user address or a comma separated list of user addresses response json containing 2 keys net worth ton , net worth usd { "net worth ton" decimal, "net worth usd" decimal }