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