Skip to main content
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