Skip to main content
GET
代幣 - 池子
取得該代幣在所有支援 DEX 上的流動性池。回傳池地址、儲備量及以 USD 計價的流動性。
相關: GraphQL 流動性池 | MCP: token_get_pools

授權

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
tokenAddress
string
必填

代幣地址

查詢參數

cursor
string

分頁游標

limit
integer<int64>
預設值:20

每頁回傳結果數量

direction
enum<string>
預設值:next

分頁方向(next 或 prev) Pagination direction

可用選項:
next,
prev
sortBy
enum<string>
預設值:tvlInUsd

排序欄位(tvlInSol 或 tvlInUsd) Pool sort field

可用選項:
tvlInSol,
tvlInUsd
sortDirection
enum<string>
預設值:desc

排序方向(asc 或 desc) Sort direction (case-insensitive: accepts "asc"/"ASC"/"Asc" etc.)

可用選項:
asc,
desc
minTvlInSol
string

最小 TVL(SOL 計)

maxTvlInSol
string

最大 TVL(SOL 計)

minTvlInUsd
string

最小 TVL(USD 計)

maxTvlInUsd
string

最大 TVL(USD 計)

回應

200 - application/json

取得池子

Generic pagination response

data
object[]
必填

Page data

endCursor
string | null

Cursor for the end of current page

範例:

"eyJpZCI6ImVuZCJ9"

hasNext
boolean

Whether there is a next page

範例:

false

hasPrev
boolean

Whether there is a previous page

範例:

false

startCursor
string | null

Cursor for the start of current page

範例:

"eyJpZCI6InN0YXJ0In0="

total
integer<int64> | null

Total number of items matching the query (not just the current page). When None, the caller should treat it as unknown (backward-compatible).

範例:

564094