Skip to main content
GET
代幣 - 搜尋
透過名稱、符號或地址在所有支援的鏈上搜尋代幣。支援模糊比對與分頁。
相關: MCP: token_search

授權

Authorization
string
header
必填

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

查詢參數

cursor
string

分頁游標

limit
integer<int64>
預設值:20

每頁回傳結果數量

direction
enum<string>
預設值:next

分頁方向(next 或 prev) Pagination direction

可用選項:
next,
prev
chains
string[]

鏈篩選

q
string

搜尋關鍵字,支援代幣名稱、符號或地址

sort
enum<string>
預設值:desc

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

可用選項:
asc,
desc
protocols
string[]

協議篩選

sortBy
enum<string>

排序欄位

可用選項:
marketCapInUsd,
liquidityInUsd,
priceInUsd,
holderCount,
h24VolumeInUsd,
h24Transactions,
tokenCreatedAt
mode
enum<string>
預設值:fast

搜尋模式:fast(預設,回傳基礎欄位)或 normal(回傳完整代幣詳情) Search mode: fast returns only OpenSearch fields (default), normal enriches with full data.

可用選項:
fast,
normal

回應

200 - application/json

搜尋

Token search result page — mirrors TS TokenPage.

data
object[]
必填

代幣列表

durationMs
integer<int64> | null

Search duration in milliseconds

必填範圍: x >= 0
endCursor
string | null

目前頁結束游標

範例:

"eyJpZCI6ImVuZCJ9"

hasNext
boolean

是否有下一頁

範例:

false

hasPrev
boolean

是否有上一頁

範例:

false

searchId
string | null

Search session identifier (UUID)

startCursor
string | null

目前頁起始游標

範例:

"eyJpZCI6InN0YXJ0In0="