跳转到主要内容
GET
DEX 池子 - 详情

授权

Authorization
string
header
必填

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

路径参数

chain
enum<string>
必填

支持网络列表中的链名称 Supported blockchain chains

可用选项:
sol,
eth,
bsc
poolAddress
string
必填

池子地址

响应

200 - application/json

成功响应

DexPool detail

chain
string
必填

Chain identifier

poolAddress
string
必填

Pool address

tokenAAddress
string
必填

Token A address

tokenBAddress
string
必填

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

必填范围: 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

必填范围: x >= 0
version
integer<int32> | null

Pool version

必填范围: x >= 0