Assets
Assets GraphQL API
assets simple example endpoint https dton io graphql query query pnlflow n assets pnl flow n user dassets ton n asset address eqd0vdsa nedr9uvbgn9eikrx suesdxgefg69xqmavflqiw n from time 1747058400 n to time 1748089208 n interval day 1 n n time n time human n balance n net worth n estimate usd n avg estimate usd n realized in usd n realized out usd n realized pnl usd n realized pnl percent n unrealized pnl usd n unrealized pnl percent n n single user { assets( user "address or domain" ) { asset address balance 	 typename on jettonassettype { jetton wallet address jetton info { symbol decimals token type } } on stakingassettype { provider nft address } on tonassettype { jetton info { decimals estimate usd binary content { icon view } } } } } multiple users { assets( users \[ "address1 or domain1", "address2 or domain2" ] ) { asset address balance estimate ton estimate usd typename by user { user address balance } on jettonassettype { jetton wallet address jetton info { symbol decimals token type } } on stakingassettype { provider } on tonassettype { jetton info { decimals } } } } assets net worth example endpoint https dton io graphql query n tassets net worth n user lolkekcheburek ton n users n n net worth ton n net worth usd n n assets token info simple example { assets token info(address "eqdp4fks4aqothucwapdhjfsnteghdknrwmg8qv9ebvlrwma") { name symbol estimate usd binary content { full view } } } get all liquid pool tokens { assets token info( token type liquid pool, estimate usd gt 0 # exclude shitcoins, page 0, page size 50 ) { address name symbol estimate usd pool info { asset0 { symbol } asset1 { symbol } } } }