Ссылка
нажмите — покажем
нажмите — покажем
Liquidity providers
/v1/pools/{address}/providers lists everyone holding a share of a GRM pool — largest first, with the LP balance, the share as a percentage, and what that share is worth at the pool's current depth.
A share of a pool is an LP jetton whose master contract is the pool itself, on both STON.fi and DeDust, so this reads the chain directly rather than asking two exchange APIs with different shapes. It refreshes every ten minutes.
/v1/pools now carries a providers count and a link for each pool.
Also: /v1/token returns the jetton's on-chain description and image, read from the contract's metadata rather than hardcoded here.
Full reference: api.gram.su