v2

latestOpenAPI 3.0.32026-07-21152427.4 KB
Jettons

Jetton hybrid search

If query is not specified and kind is either DEXES or MEMES_MEMEPADS, page is accounted for, otherwise page is ignored. If query is not specified and kind is DEXES, sort is accounted for, otherwise sort is ignored. If kind is one of ALL, MEMES_ALL, MEMES_MEMEPADS, verification must include COMMUNITY

get/api/v3/hybrid-search

Query parameters

searchstring
verificationApiJettonVerification[]
sizeinteger
pageinteger
kind'ALL' | 'DEXES' | 'MEMES_ALL' | 'MEMES_DEXES' | 'MEMES_MEMEPADS'
sort'FDMC' | 'TVL' | 'MCAP' | 'VOLUME_24H' | 'PRICE_CHANGE_24H'

Response

A list of jettons

Example response

[
  {
    "created_at": "2023-10-01T12:00:00Z",
    "address": "0:a5d12e31be87867851a28d3ce271203c8fa1a28ae826256e73c506d94d49edad",
    "total_supply": "1000000000",
    "name": "Tether USD",
    "symbol": "USDT",
    "decimals": 6,
    "contract_interface": "jetton_wallet_tonfun",
    "image_url": "https://tokens.swap.coffee/images/USDT.png",
    "market_stats": {
      "holders_count": 1000,
      "price_usd": 1,
      "price_change_7d": 0.2,
      "price_change_5m": 0.01,
      "price_change_1h": 0.02,
      "price_change_6h": 0.03,
      "price_change_24h": 0.1,
      "volume_usd_24h": 1000000,
      "tvl_usd": 1000000,
      "fdmc": 1000000,
      "mcap": 1000000,
      "trust_score": 100,
      "volume_buy_usd_24h": 500000,
      "volume_sell_usd_24h": 500000,
      "unique_traders_24h": 250,
      "lp_locked_percent": 95.5
    },
    "labels": [
      {
        "label": "label",
        "label_id": 1,
        "created_at": "2023-10-01T12:00:00Z",
        "expires_at": "2023-10-01T12:00:00Z"
      }
    ]
  }
]