Skip to main content
GET
DexPool - Detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc
poolAddress
string
required

A pool address

Response

200 - application/json

Successful response

DexPool detail

chain
string
required

Chain identifier

poolAddress
string
required

Pool address

tokenAAddress
string
required

Token A address

tokenBAddress
string
required

Token B address

createdBlockTimestamp
string | null

Creation block timestamp

creatorAddress
string | null

Pool creator / initialize signer

factoryAddress
string | null

Factory contract address

feeRate
string | null

Fee rate

image
string | null

Image URL

initialTvlInNative
string | null

Initial TVL in native token

initialTvlInUsd
string | null

Initial TVL in USD

liquidityModel
integer<int32> | null

Liquidity model

Required range: x >= 0
programAddress
string | null

DEX program address

protocolFamily
string | null

Protocol family

protocolName
string | null

Protocol name

tickSpacing
integer<int64> | null

Tick spacing

token
null | object

Token selected as the display/enrichment row for pair-style pool lists.

tokenALiquidity
null | object

Token A liquidity

tokenBLiquidity
null | object

Token B liquidity

tokenCount
integer<int32> | null

Token count

tvlInSol
string | null

TVL in native token

tvlInUsd
string | null

TVL in USD

type
integer<int32> | null

Pool type

Required range: x >= 0
version
integer<int32> | null

Pool version

Required range: x >= 0