Assets
Assets GraphQL API
assets simple example 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 } } } } } multiply 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 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 } } } }