Moedas: 14.381
Câmbios: 1.099
Capitalização de mercado: $ 2,739T 0.2%
Vol. 24 h: $ 130,398B
Gás: 8 GWEI
Sem anúncios

API de dados de mercado e token de exchange descentralizada (DEX) on-chain paraprojetos e desenvolvedores DeFi

Dados desenvolvidos por
Confiado pelos principais projetos da Web3

API de dados de exchange descentralizada (DEX) on-chain abrangente e confiável

Tenha acesso a dados de mercado de exchanges descentralizadas (DEXes) on-chain, como Uniswap, PancakeSwap, Orca, Curve e outras, nas principais redes, com nossa API de dados de exchange descentralizada (DEX) confiável e abrangente.
Mais de 2 milhões
Moedas e tokens
Mais de 100
Redes
Mais de 800
Exchanges descentralizadas (DEXes)

Dimensione seu projeto DeFi de maneira eficiente

Uma API unificada para dados de criptomoedas, NFT e exchange descentralizada (DEX)

Simplifique o processo de integração com uma API unificada de dados de criptomoedas que oferece cobertura completa
Categoria Endpoint Descrição
/onchain/simple/*/token_price/* A forma mais simples de obter o preço mais recente em dólares dos tokens em uma rede, com endereços de token
/onchain/networks Obtenha a lista completa de redes compatíveis
/onchain/network/*dexes Obtenha a lista completa de exchanges descentralizadas (DEXes) compatíveis em uma rede
/onchains/network/*/pools/* Obtenha dados de pools de liquidez, como: pools de tendências, novos pools e dados de mercado, como preço, reserva, capitalização de mercado, transações e volume. O endpoint de pesquisa também está disponível para a busca de pools em uma rede.
/onchains/network/*/tokens/* Obtenha dados relacionados a tokens, como principais pools, preço, Valor Total Diluído (FDV), reserva, volume, capitalização de mercado, classificação do GeckoTerminal, ID da API da CoinGecko. Os metadados também estão disponíveis, incluindo imagem, site, descrição e links de mídia social.
/onchains/network/*/ohlcvs/* Obtenha dados do gráfico histórico OHLCV de um pool de liquidez
/onchains/network/*/trades Obtenha as 300 negociações mais recentes de um pool de liquidez
// Obtenha preços e dados de mercado de um pool de liquidez
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998371841899602",
      "base_token_price_native_currency": "0.000262879495315685",
      "quote_token_price_usd": "3792.43654147036",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026288",
      "quote_token_price_base_token": "3804.02",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3299300488",
      "market_cap_usd": "5318467016.82549",
      "price_change_percentage": {
        "m5": "0.01",
        "h1": "-0.16",
        "h6": "-0.19",
        "h24": "-0.12"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 2,
          "buyers": 1,
          "sellers": 2
        },
        "m15": {
          "buys": 2,
          "sells": 2,
          "buyers": 2,
          "sellers": 2
        },
        "m30": {
          "buys": 7,
          "sells": 6,
          "buyers": 7,
          "sellers": 6
        },
        "h1": {
          "buys": 13,
          "sells": 10,
          "buyers": 11,
          "sellers": 10
        },
        "h24": {
          "buys": 501,
          "sells": 379,
          "buyers": 259,
          "sellers": 182
        }
      },
      "volume_usd": {
        "m5": "23355.9062164303",
        "h1": "131093.591050909",
        "h6": "944671.372708479",
        "h24": "7161054.69119388"
      },
      "reserve_in_usd": "4860853.479"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Descubra os pools mais procurados
{
  "data": [
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "2.44599159233819",
        "base_token_price_native_currency": "0.00062207004810078060760727172786",
        "quote_token_price_usd": "1.00375924468056",
        "quote_token_price_native_currency": "0.00026467397244606",
        "base_token_price_quote_token": "2.35032573",
        "quote_token_price_base_token": "0.42547294",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "2445991592",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.48",
          "h1": "7.1",
          "h6": "50.18",
          "h24": "1456.42"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "m15": {
            "buys": 21,
            "sells": 11,
            "buyers": 19,
            "sellers": 10
          },
          "m30": {
            "buys": 37,
            "sells": 21,
            "buyers": 35,
            "sellers": 19
          },
          "h1": {
            "buys": 71,
            "sells": 40,
            "buyers": 63,
            "sellers": 29
          },
          "h24": {
            "buys": 2361,
            "sells": 822,
            "buyers": 1553,
            "sellers": 344
          }
        },
        "volume_usd": {
          "m5": "27622.1712802871",
          "h1": "207165.838151788",
          "h6": "1253765.35996023",
          "h24": "8196942.82920433"
        },
        "reserve_in_usd": "1206705.6445"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00545281158225863",
        "base_token_price_native_currency": "0.00087827885949791",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00087828",
        "quote_token_price_base_token": "1138.59",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "560081297",
        "market_cap_usd": "568657830.121972",
        "price_change_percentage": {
          "m5": "-0.2",
          "h1": "-2.58",
          "h6": "-1.14",
          "h24": "-1.55"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 49,
            "buyers": 5,
            "sellers": 49
          },
          "m15": {
            "buys": 20,
            "sells": 231,
            "buyers": 20,
            "sellers": 229
          },
          "m30": {
            "buys": 45,
            "sells": 439,
            "buyers": 42,
            "sellers": 430
          },
          "h1": {
            "buys": 98,
            "sells": 922,
            "buyers": 90,
            "sellers": 886
          },
          "h24": {
            "buys": 7272,
            "sells": 41158,
            "buyers": 5197,
            "sellers": 35590
          }
        },
        "volume_usd": {
          "m5": "3607.62856022997",
          "h1": "53735.5808770546",
          "h6": "600838.105193389",
          "h24": "4893565.25924933"
        },
        "reserve_in_usd": "6156829.7909"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000000021400610450676",
        "base_token_price_native_currency": "0.000000000000000343775768091364",
        "quote_token_price_usd": "621.442094123495",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000344",
        "quote_token_price_base_token": "2908872854977474",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "89882.56",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.84",
          "h1": "-6.97",
          "h6": "-10.25",
          "h24": "-83.45"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 4
          },
          "m30": {
            "buys": 13,
            "sells": 5,
            "buyers": 11,
            "sellers": 4
          },
          "h1": {
            "buys": 23,
            "sells": 16,
            "buyers": 20,
            "sellers": 13
          },
          "h24": {
            "buys": 2243,
            "sells": 1754,
            "buyers": 1260,
            "sellers": 1050
          }
        },
        "volume_usd": {
          "m5": "149.212425992905",
          "h1": "2043.91044337391",
          "h6": "62379.8422362662",
          "h24": "501843.366178064"
        },
        "reserve_in_usd": "66727.1198"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1b517f6794523bc3dd4e1275d9c205064f7cc167",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.242262664627998",
        "base_token_price_native_currency": "0.0384053164430405",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03840532",
        "quote_token_price_base_token": "26.04",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "5087516",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-2.47",
          "h6": "1.47",
          "h24": "18.9"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 8,
            "sells": 9,
            "buyers": 7,
            "sellers": 9
          },
          "h1": {
            "buys": 19,
            "sells": 14,
            "buyers": 18,
            "sellers": 14
          },
          "h24": {
            "buys": 1498,
            "sells": 1030,
            "buyers": 1000,
            "sellers": 670
          }
        },
        "volume_usd": {
          "m5": "62.9",
          "h1": "13203.244416081",
          "h6": "96913.3857652356",
          "h24": "1140401.79301284"
        },
        "reserve_in_usd": "918685.2532"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.249738075821377",
        "base_token_price_native_currency": "0.000402533951297200073281235047532046962864225",
        "quote_token_price_usd": "1.00005928844954",
        "quote_token_price_native_currency": "0.00161111391886677",
        "base_token_price_quote_token": "0.24984822",
        "quote_token_price_base_token": "4.00242989",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "249323893",
        "market_cap_usd": "117556790.944246",
        "price_change_percentage": {
          "m5": "-0.45",
          "h1": "-0.52",
          "h6": "0.26",
          "h24": "-1.34"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 15,
            "buyers": 2,
            "sellers": 10
          },
          "m15": {
            "buys": 2,
            "sells": 15,
            "buyers": 2,
            "sellers": 10
          },
          "m30": {
            "buys": 6,
            "sells": 18,
            "buyers": 5,
            "sellers": 13
          },
          "h1": {
            "buys": 7,
            "sells": 19,
            "buyers": 6,
            "sellers": 14
          },
          "h24": {
            "buys": 690,
            "sells": 838,
            "buyers": 204,
            "sellers": 302
          }
        },
        "volume_usd": {
          "m5": "13565.2556708319",
          "h1": "15750.4625776029",
          "h6": "62847.0869579598",
          "h24": "908060.146557293"
        },
        "reserve_in_usd": "4398174.5251"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000140732146489877",
        "base_token_price_native_currency": "0.00000000372328440574109",
        "quote_token_price_usd": "3790.10726796947",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003723284406",
        "quote_token_price_base_token": "268580074",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5823113798",
        "market_cap_usd": "5933546489.47941",
        "price_change_percentage": {
          "m5": "-0.16",
          "h1": "-0.39",
          "h6": "11.25",
          "h24": "28.29"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 5
          },
          "m15": {
            "buys": 33,
            "sells": 16,
            "buyers": 30,
            "sellers": 16
          },
          "m30": {
            "buys": 66,
            "sells": 32,
            "buyers": 59,
            "sellers": 32
          },
          "h1": {
            "buys": 141,
            "sells": 68,
            "buyers": 126,
            "sellers": 65
          },
          "h24": {
            "buys": 1981,
            "sells": 1323,
            "buyers": 1544,
            "sellers": 1005
          }
        },
        "volume_usd": {
          "m5": "69545.1027249648",
          "h1": "951342.034650664",
          "h6": "7387064.08078032",
          "h24": "22405605.2853882"
        },
        "reserve_in_usd": "55941742.9943"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "22.8544328634629",
        "base_token_price_native_currency": "0.0367881237178626797621463215778",
        "quote_token_price_usd": "1.00076948023462",
        "quote_token_price_native_currency": "0.00161111391886677",
        "base_token_price_quote_token": "22.83",
        "quote_token_price_base_token": "0.04379440",
        "address": "0x5c9c0920e5f37856ac44810154f77e99dd2b5d41",
        "name": "BCCoin / USDT 0.01%",
        "pool_created_at": "2024-03-17T11:17:37Z",
        "fdv_usd": "3428157179",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.32",
          "h1": "0.87",
          "h6": "1.61",
          "h24": "3.57"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 9,
            "buyers": 4,
            "sellers": 7
          },
          "m15": {
            "buys": 13,
            "sells": 17,
            "buyers": 7,
            "sellers": 9
          },
          "m30": {
            "buys": 26,
            "sells": 33,
            "buyers": 9,
            "sellers": 12
          },
          "h1": {
            "buys": 57,
            "sells": 60,
            "buyers": 13,
            "sellers": 14
          },
          "h24": {
            "buys": 3158,
            "sells": 1427,
            "buyers": 1331,
            "sellers": 124
          }
        },
        "volume_usd": {
          "m5": "13254.9815602276",
          "h1": "82997.9521631424",
          "h6": "490822.935678866",
          "h24": "2775908.65496792"
        },
        "reserve_in_usd": "1499031898.5614"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x2940566eb50f15129238f4dc599adc4f742d7d8e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0174150389858201",
        "base_token_price_native_currency": "0.00275762409750782",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00275762",
        "quote_token_price_base_token": "362.63",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "86934455",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.33",
          "h6": "0.05",
          "h24": "-1.47"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m30": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "h24": {
            "buys": 705,
            "sells": 703,
            "buyers": 526,
            "sellers": 563
          }
        },
        "volume_usd": {
          "m5": "0.3145",
          "h1": "707.58546390211",
          "h6": "21603.850995115",
          "h24": "1004724.63155737"
        },
        "reserve_in_usd": "1540014.6559"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00875713375157895",
        "base_token_price_native_currency": "0.00782018538095238",
        "quote_token_price_usd": "1.12",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00782019",
        "quote_token_price_base_token": "127.87",
        "address": "0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
        "name": "OCEAN / SUI 1%",
        "pool_created_at": "2024-05-10T11:32:16Z",
        "fdv_usd": "0.00",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.28",
          "h1": "-2.11",
          "h6": "-5.16",
          "h24": "-40.63"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 35,
            "buyers": 1,
            "sellers": 35
          },
          "m15": {
            "buys": 9,
            "sells": 102,
            "buyers": 9,
            "sellers": 99
          },
          "m30": {
            "buys": 10,
            "sells": 226,
            "buyers": 10,
            "sellers": 211
          },
          "h1": {
            "buys": 31,
            "sells": 426,
            "buyers": 29,
            "sellers": 392
          },
          "h24": {
            "buys": 1381,
            "sells": 7639,
            "buyers": 994,
            "sellers": 6376
          }
        },
        "volume_usd": {
          "m5": "316.05014131824",
          "h1": "2571.49707152481",
          "h6": "11730.4687173281",
          "h24": "82224.9442394473"
        },
        "reserve_in_usd": "17468.0793"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.595489845498198",
        "base_token_price_native_currency": "0.0950515993180074",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09505160",
        "quote_token_price_base_token": "10.52",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59548984",
        "market_cap_usd": "59795240.4510564",
        "price_change_percentage": {
          "m5": "-0.01",
          "h1": "-0.69",
          "h6": "-1.86",
          "h24": "-5.24"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "h1": {
            "buys": 7,
            "sells": 10,
            "buyers": 7,
            "sellers": 9
          },
          "h24": {
            "buys": 390,
            "sells": 288,
            "buyers": 287,
            "sellers": 227
          }
        },
        "volume_usd": {
          "m5": "77.90563097245",
          "h1": "2697.60593416857",
          "h6": "43364.8772948087",
          "h24": "632000.565738586"
        },
        "reserve_in_usd": "2400644.4896"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000776878315606756",
        "base_token_price_native_currency": "0.000123253568187228",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012325",
        "quote_token_price_base_token": "8113.36",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "680234",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "1.15",
          "h6": "7.21",
          "h24": "-30.35"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "h1": {
            "buys": 6,
            "sells": 0,
            "buyers": 6,
            "sellers": 0
          },
          "h24": {
            "buys": 608,
            "sells": 310,
            "buyers": 359,
            "sellers": 192
          }
        },
        "volume_usd": {
          "m5": "31.45",
          "h1": "290.1162873377",
          "h6": "13393.086429804",
          "h24": "187395.833423774"
        },
        "reserve_in_usd": "68134.0212"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.437183678081441",
        "base_token_price_native_currency": "0.002458037182099692312951592",
        "quote_token_price_usd": "177.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00245804",
        "quote_token_price_base_token": "406.83",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "242876058",
        "market_cap_usd": "218197098.137758",
        "price_change_percentage": {
          "m5": "0.32",
          "h1": "-1.44",
          "h6": "-4.09",
          "h24": "17.34"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 16,
            "buyers": 5,
            "sellers": 11
          },
          "m15": {
            "buys": 33,
            "sells": 58,
            "buyers": 29,
            "sellers": 24
          },
          "m30": {
            "buys": 72,
            "sells": 76,
            "buyers": 54,
            "sellers": 41
          },
          "h1": {
            "buys": 191,
            "sells": 152,
            "buyers": 123,
            "sellers": 95
          },
          "h24": {
            "buys": 7047,
            "sells": 6554,
            "buyers": 2486,
            "sellers": 2231
          }
        },
        "volume_usd": {
          "m5": "4264.79307849361",
          "h1": "296633.44830086",
          "h6": "1752601.502888",
          "h24": "8262228.41134742"
        },
        "reserve_in_usd": "5261974.0132"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00342340369069171",
        "base_token_price_native_currency": "0.000546418376851967",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00054642",
        "quote_token_price_base_token": "1830.10",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "479277",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.31",
          "h1": "1.17",
          "h6": "-3.65",
          "h24": "-19"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m30": {
            "buys": 4,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "h1": {
            "buys": 8,
            "sells": 5,
            "buyers": 7,
            "sellers": 5
          },
          "h24": {
            "buys": 442,
            "sells": 351,
            "buyers": 252,
            "sellers": 201
          }
        },
        "volume_usd": {
          "m5": "186.39097478988",
          "h1": "1804.39316599107",
          "h6": "19449.0272001201",
          "h24": "212955.518112609"
        },
        "reserve_in_usd": "112634.7656"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00007039519790939",
        "base_token_price_native_currency": "0.0000112114278936461",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001121",
        "quote_token_price_base_token": "89194.70",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "703952",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-8.19",
          "h6": "-33.55",
          "h24": "52.22"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 1,
            "sells": 7,
            "buyers": 1,
            "sellers": 7
          },
          "h1": {
            "buys": 1,
            "sells": 10,
            "buyers": 1,
            "sellers": 9
          },
          "h24": {
            "buys": 610,
            "sells": 509,
            "buyers": 405,
            "sellers": 350
          }
        },
        "volume_usd": {
          "m5": "70.39519790939",
          "h1": "3002.07194197876",
          "h6": "21507.0240835173",
          "h24": "191554.823796135"
        },
        "reserve_in_usd": "114469.5201"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00467869292613333",
        "base_token_price_native_currency": "0.000027195757290450232065278",
        "quote_token_price_usd": "177.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002720",
        "quote_token_price_base_token": "36770.44",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "32213435",
        "market_cap_usd": "33184106.7055371",
        "price_change_percentage": {
          "m5": "-0.15",
          "h1": "-2.38",
          "h6": "-15.09",
          "h24": "-19.41"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 11,
            "buyers": 25,
            "sellers": 11
          },
          "m15": {
            "buys": 112,
            "sells": 48,
            "buyers": 57,
            "sellers": 42
          },
          "m30": {
            "buys": 272,
            "sells": 75,
            "buyers": 125,
            "sellers": 65
          },
          "h1": {
            "buys": 375,
            "sells": 146,
            "buyers": 170,
            "sellers": 120
          },
          "h24": {
            "buys": 8418,
            "sells": 7465,
            "buyers": 2381,
            "sellers": 2719
          }
        },
        "volume_usd": {
          "m5": "28567.8207684126",
          "h1": "312581.946265777",
          "h6": "2185386.9227974",
          "h24": "9450333.89143365"
        },
        "reserve_in_usd": "2733397.5237"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.001695210367725",
        "base_token_price_native_currency": "0.000270019677687888",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00027002",
        "quote_token_price_base_token": "3703.43",
        "address": "EQDqfUJ-peCL7QmzToVqrxbIsXZ3oQmgH7rJnUgiP2Auv9tq",
        "name": "GPU / TON 0.4%",
        "pool_created_at": "2024-05-17T23:43:22Z",
        "fdv_usd": "8476052",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "5.4",
          "h6": "-6.77",
          "h24": "131.26"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 7,
            "sells": 9,
            "buyers": 7,
            "sellers": 6
          },
          "h1": {
            "buys": 9,
            "sells": 12,
            "buyers": 7,
            "sellers": 8
          },
          "h24": {
            "buys": 1030,
            "sells": 1129,
            "buyers": 554,
            "sellers": 492
          }
        },
        "volume_usd": {
          "m5": "155.9593538307",
          "h1": "2254.67800432899",
          "h6": "12296.1151848428",
          "h24": "411703.401594812"
        },
        "reserve_in_usd": "73688.3088"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCILWMtTu_ShFu0WPZnZx9SfCX70dTypBESubKMZUPQOd53",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0226034743344455",
        "base_token_price_native_currency": "0.00000595154424196806",
        "quote_token_price_usd": "3797.73",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000595",
        "quote_token_price_base_token": "168024",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "835553936",
        "market_cap_usd": "280147807.365288",
        "price_change_percentage": {
          "m5": "0.13",
          "h1": "-0.39",
          "h6": "3.32",
          "h24": "16.74"
        },
        "transactions": {
          "m5": {
            "buys": 25,
            "sells": 10,
            "buyers": 16,
            "sellers": 9
          },
          "m15": {
            "buys": 49,
            "sells": 51,
            "buyers": 39,
            "sellers": 31
          },
          "m30": {
            "buys": 108,
            "sells": 103,
            "buyers": 76,
            "sellers": 51
          },
          "h1": {
            "buys": 183,
            "sells": 177,
            "buyers": 130,
            "sellers": 86
          },
          "h24": {
            "buys": 4420,
            "sells": 4935,
            "buyers": 1914,
            "sellers": 1866
          }
        },
        "volume_usd": {
          "m5": "52456.049697102",
          "h1": "299471.351882716",
          "h6": "2408623.16378362",
          "h24": "13669588.3814968"
        },
        "reserve_in_usd": "14383534.3248"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GUJxvg5eDQEsQSjfnYYBjU1W5m18Mzt6yYntYfjvUGkm",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0237623625039656",
        "base_token_price_native_currency": "0.000124890924222248820017388",
        "quote_token_price_usd": "177.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00012489",
        "quote_token_price_base_token": "8006.99",
        "address": "GUJxvg5eDQEsQSjfnYYBjU1W5m18Mzt6yYntYfjvUGkm",
        "name": "PAMBI / SOL",
        "pool_created_at": "2024-05-18T22:28:14Z",
        "fdv_usd": "23758833",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.12",
          "h1": "4.66",
          "h6": "140.77",
          "h24": "370.53"
        },
        "transactions": {
          "m5": {
            "buys": 50,
            "sells": 28,
            "buyers": 48,
            "sellers": 24
          },
          "m15": {
            "buys": 179,
            "sells": 120,
            "buyers": 161,
            "sellers": 98
          },
          "m30": {
            "buys": 638,
            "sells": 386,
            "buyers": 478,
            "sellers": 276
          },
          "h1": {
            "buys": 1442,
            "sells": 890,
            "buyers": 899,
            "sellers": 484
          },
          "h24": {
            "buys": 10970,
            "sells": 6196,
            "buyers": 4335,
            "sellers": 1812
          }
        },
        "volume_usd": {
          "m5": "28026.6301796604",
          "h1": "698516.121151613",
          "h6": "2114553.14506499",
          "h24": "4611758.00921361"
        },
        "reserve_in_usd": "440368.403"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3TdsyqMn2sCqxEFf9B8hATCrMEW1Xh2thUTs7fpr2Rur",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.358907462084033",
        "base_token_price_native_currency": "0.0568355692027426",
        "quote_token_price_usd": "6.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.05683557",
        "quote_token_price_base_token": "17.59",
        "address": "EQAimL9gUxrbYSHYbHc-dasxMQm_d5qrrLYjb1YT-LejgIIb",
        "name": "MOLOKO / TON 0.4%",
        "pool_created_at": "2024-05-19T20:53:18Z",
        "fdv_usd": "358907",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.18",
          "h1": "2.8",
          "h6": "-5.59",
          "h24": "2.25"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m30": {
            "buys": 10,
            "sells": 0,
            "buyers": 8,
            "sellers": 0
          },
          "h1": {
            "buys": 21,
            "sells": 6,
            "buyers": 15,
            "sellers": 4
          },
          "h24": {
            "buys": 1641,
            "sells": 481,
            "buyers": 961,
            "sellers": 249
          }
        },
        "volume_usd": {
          "m5": "42.59992689165",
          "h1": "2472.17968985094",
          "h6": "12463.8171634273",
          "h24": "167327.284487233"
        },
        "reserve_in_usd": "51104.1161"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQARgJ-aCPIyOr4WDckDVcdXQHRPAjTjBNatopiRS9FnUEmn",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0553470687559019",
        "base_token_price_native_currency": "0.000290117265151137552417845",
        "quote_token_price_usd": "177.13",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00029012",
        "quote_token_price_base_token": "3446.88",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "52803211",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.05",
          "h1": "-3",
          "h6": "26.98",
          "h24": "5.76"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 15,
            "buyers": 18,
            "sellers": 15
          },
          "m15": {
            "buys": 108,
            "sells": 75,
            "buyers": 91,
            "sellers": 68
          },
          "m30": {
            "buys": 271,
            "sells": 269,
            "buyers": 206,
            "sellers": 199
          },
          "h1": {
            "buys": 616,
            "sells": 523,
            "buyers": 443,
            "sellers": 344
          },
          "h24": {
            "buys": 11926,
            "sells": 8683,
            "buyers": 3972,
            "sellers": 3182
          }
        },
        "volume_usd": {
          "m5": "6868.02164259983",
          "h1": "645028.606495549",
          "h6": "3465840.2330051",
          "h24": "11255723.1308769"
        },
        "reserve_in_usd": "1100731.0068"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    }
  ]
}

Porque Projetos Web3 usam CoinGecko

"A API de exchange descentralizada (DEX) da CoinGecko nos fornece uma fonte rápida, altamente precisa e robusta de dados de preços de exchange descentralizada (DEX). Possuem ampla cobertura de dados, são fáceis de usar e altamente confiáveis. A API de exchange descentralizada (DEX) da CoinGecko passou a ser uma de nossas principais atualizações de preços de exchange descentralizada (DEX) que a Supra utiliza para agrupar dados de exchanges descentralizadas."
"A API de exchange descentralizada (DEX) da CoinGecko passou a ser uma parte integrante de nosso processo de desenvolvimento, que lida de forma eficiente várias tarefas secundárias que geralmente não temos a capacidade de gerenciar. Com isso, simplificamos significativamente nosso fluxo de trabalho, o que nos permite focar no desenvolvimento central."
"A API de exchange descentralizada (DEX) da CoinGecko tem uma ampla cobertura, é compatível com o maior número de cadeias e tem uma alta disponibilidade. "

Perguntas Frequentes

Aumente a carga do seu projeto
com API CoinGecko

Desbloqueie mais possibilidades com dados de preços cripto confiáveis, precisos e abrangentes.

Nunca Perca uma Atualização!

Inscreva-se na nossa newsletter da API para as últimas novidades do produto, atualizações de endpoint e conteúdo inspirador da comunidade.
Selecionar moeda
Moedas sugeridas
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Moedas fiduciárias
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Criptomoedas
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
Unidades de Bitcoin
BITS
Bits
SATS
Satoshi
Produtos
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Selecionar Idioma
Idiomas Populares
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
Todos os Idiomas
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Faça o login para rastrear facilmente sua moeda favorita 🚀
Ao continuar, você concorda com os Termos de Serviço da CoinGecko e reconhece que leu nossa Política de Privacidade
ou
Esqueceu a sua palavra-passe?
Não recebeu instruções de confirmação?
Reenviar instruções de confirmação
GRÁTIS! Rastreie sua moeda favorita facilmente com a CoinGecko 🚀
Ao continuar, você concorda com os Termos de Serviço da CoinGecko e reconhece que leu nossa Política de Privacidade
ou
A senha deve conter ao menos 8 caracteres incluindo 1 letra maiúscula, 1 letra minúscula, 1 número e 1 caractere especial
Não recebeu instruções de confirmação?
Reenviar instruções de confirmação
Esqueceu a sua palavra-passe?
Dentro de alguns minutos irá receber um email com instruções de reinicialização da palavra-passe.
Reenviar instruções de confirmação
Dentro de alguns minutos irá receber um email com instruções para confirmar a sua conta.
Baixar o Aplicativo CoinGecko.
Escaneie este código QR para baixar o aplicativo agora App QR Code Ou acesse nas lojas de aplicativos
coingecko
Continuar no aplicativo
Rastreie preços em tempo real
Abrir Aplicativo