DEFI

DeFis, DEX and DEX pools reference, endpoint descriptions, and links.

We collect and index a lot of on-chain and off-chain data about DeFis, DEX, and DEX pools on Sui and list them on Suiscan. Among those are also liquidity pools and AMM/DEX.

DeFis

DeFis - Decentralized Finance - are Web3 applications that provide financial services just as bank and non-bank institutions do: lending, exchange, deposits, yield farming, etc. DeFis are decentralized in a way that their logic is totally executed by code, and no individual or institution controls them.

The following endpoints are available for accounts on Blockberry.

EndpointDescription
getDefisGet a list of all DeFis provided by DefiLlama.
getTopDefiProjectsGet the top 5 DeFi projects on Sui by volume in the last 24 hours. Powered by DefiLlama.

DEX

A DEX — Decentralized Exchange — is a DeFi that directly swaps one coin denomination for another at a defined exchange rate. A DEX is sometimes called an AMM — Automated Market Maker. Unlike a CEX - Centralized Exchange - a DEX is not controlled by an individual or an institution but governed by code.

The following endpoints are available for accounts on Blockberry.

EndpointDescription
getDexGet a list of all DEXes registered with the Sui Directory.
getDexTransactionsGet all transactions run by the queried DEX.
getDexTransactionsByHashGet all transactions run by a DEX with specific dex pool id (hash).
getDexPoolByHashGet details of the queried DEX pool by id (hash).
getDexProjectsGet a list of all DEX projects registered with the Sui Directory.

DEX Pairs

For a DEX to be able to swap coins, it needs a liquidity pool that looks like a pair of coins (DEX pair or DEX Pool). There's a certain amount of Coin A and Coin B. Coin A can be swapped for Coin B at a set exchange rate, which is constantly changing. A liquidity pool must have a sufficient amount of Coin A and Coin B.

The following endpoints are available for accounts on Blockberry.

EndpointDescription
getDexPoolsGet the total number of all DEX pools registered with the Sui Directory.
getDexPoolByHashGet details of the queried DEX pool by id (hash).
getTopDexPairsGet the top 5 dex pairs by volume in the last 24 hours.