v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Entity

Updates pool's data. For internal usage only

post/v1/pool/{blockchain}/{address}

Path parameters

blockchainstring required
Example:ton
addressstring required
Example:EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH

Response

pool

dexstring required
addressstring required
type'public' | 'private' | 'slumbering' | 'invalid' required
amm_type'constant_product' | 'cubic_stable' | 'curve_fi_stable' | 'concentrated_v3' | 'tonstakers' | 'weighted_constant_product' | 'weighted_stable' | 'bidask' | 'moon_dlmm' | 'bidask_damm' | 'dedust_v2' required
amm_settingsApiJson
reservesnumber[] required
unavailable_untilinteger

UTC unix timestamp in seconds

Example response

{
  "dex": "stonfi",
  "tokens": [
    {
      "address": {
        "blockchain": "ton",
        "address": "native"
      },
      "metadata": {
        "name": "ARBUZ",
        "symbol": "ARBUZ"
      }
    }
  ]
}